memberId
.
Relevant Error Codes
If there are any issues with the update, the API will return a400
status code with the following error codes:
Authorizations
Headers
Unique key to ensure idempotency of the request
Path Parameters
The unique identifier for a Member, prefixed with mem_
"mem_<id>"
Body
Body
This can only be changed if member status is invited
First name of the member
Last name of the member
Phone number
Unique ID provided by API consumer, must be unique across all members (active, invited and inactive)
"ID_123"
Tier name
A UK bank account
{
"accountHolder": "John Smith",
"sortCode": "123456",
"accountNumber": "12345678"
}
Date of birth of the member, must later than 1900
"1990-01-01"
Gender of the member
Female
, Male
, NonBinary
Response
A member on the platform.
Onsi's ID of the member
"mem_q5sdae3se6eg9m9dcvug"
"John"
"Smith"
"+447123456789"
Tier name for the member
"Gold"
Unique ID provided by API consumer, must be unique across all members (active, invited and inactive)
"ID_123"
The status of the member.
active
, invited
, inactive
A UK bank account
{
"accountHolder": "John Smith",
"sortCode": "123456",
"accountNumber": "12345678"
}
true
Date of birth of the member, must later than 1900
Date in ISO8601 YYYY-MM-DD
format
"1990-01-01"
Gender of the member
Female
, Male
, NonBinary