Single Member Actions
Update Member
PATCH
Updates an existing member, identified by their memberId
.
Relevant Error Codes
If there are any issues with the update, the API will return a 400
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_
Body
application/json
This can only be changed if member status is invited
First name of the member
Last name of the member
Phone number
Tier name
Unique ID provided by API consumer, must be unique across all members (active, invited and inactive)
Response
200 - application/json
A member on the platform.
Onsi's ID of the member
The status of the member.
Available options:
active
, invited
, inactive
Tier name for the member
Unique ID provided by API consumer, must be unique across all members (active, invited and inactive)