v6
latestOpenAPI 3.1.02026-07-311856741.1 MBcustomers
members
public
Create Member
Create a new member for a customer.
Only B2B customers with the member management feature enabled can add members. The authenticated user or organization must have access to the customer's organization.
Scopes: members:write
post/v1/customers/{id}/members
Path parameters
idstring uuid4 required
The customer ID.
The customer ID.
Request body
Example request
{
"email": "member@example.com",
"name": "Jane Doe",
"external_id": "usr_1337",
"role": "member"
}Response
Member created.
Example response
{
"email": "member@example.com",
"name": "Jane Doe",
"external_id": "usr_1337"
}