customers
Update Member by External ID
Update a member by external ID for a customer identified by its external ID.
Scopes: members:write
PATCH
Python
Authorizations
Path Parameters
The customer external ID.
The member external ID.
Body
application/json
Response
Member updated.
A member of a customer.
The ID of the member.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the customer this member belongs to.
The email address of the member.
Example:
"member@example.com"
The name of the member.
Example:
"Jane Doe"
The ID of the member in your system. This must be unique within the customer.
Example:
"usr_1337"
The role of the member within the customer.
Available options:
owner, billing_manager, member Example:
"owner"