v6
latestOpenAPI 3.1.02026-07-311856741.1 MBcustomers
members
public
Update Member
Update a member of a customer.
Only name, email and role can be updated.
Scopes: members:write
patch/v1/customers/{id}/members/{member_id}
Path parameters
idstring uuid4 required
The customer ID.
The customer ID.
member_idstring uuid required
Request body
Example request
{
"name": "Jane Doe"
}Response
Member updated.
Example response
{
"email": "member@example.com",
"name": "Jane Doe",
"external_id": "usr_1337"
}