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
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)
Tier name
Response
200 - application/json
200
A member on the platform.
Onsi's ID of the member
Tier name for the member
Unique ID provided by API consumer, must be unique across all members (active, invited and inactive)
The status of the member.
Available options:
active
, invited
, inactive