Create Member by Customer External ID
Create a new member for a customer identified by its external ID.
Scopes: members:write
Authorizations
Path Parameters
The customer external ID.
Body
Schema for creating a new member nested under a customer.
The customer is taken from the URL path, so it's not part of the body.
The email address of the member.
"member@example.com"
The name of the member.
256"Jane Doe"
The ID of the member in your system. This must be unique within the customer.
"usr_1337"
The role of the member within the customer. To assign or transfer ownership, use the member update endpoint.
member, billing_manager "member"
Response
Member created.
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.
"member@example.com"
The name of the member.
"Jane Doe"
The ID of the member in your system. This must be unique within the customer.
"usr_1337"
The role of the member within the customer.
owner, billing_manager, member "owner"