Create Member
Intent
Creates a member from the values supplied in the request.
When to call it
Call this when your application has collected the required values and is ready to create a member.
Access boundary
Authorize the request with a token that carries members:write.
Successful result
A successful request returns 201. The response schema below defines the body your integration receives.
Operational notes
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.
Authorizations
Body
Schema for creating a new member.
Unique identifier for the customer this member belongs to.
Email: Email address of the member.
"member@example.com"
Name assigned to the member.
256"Jane Doe"
Identifier of the member in your system. This must be unique within the customer..
"usr_1337"
Role: Role of the member within the customer. To assign or transfer ownership, use the member update endpoint.
member, billing_manager "member"
Response
Response: Member created.
Object representing member of a customer.
Unique identifier for the member.
The time Ruba created this record.
The time this record last changed.
Unique identifier for the customer this member belongs to.
Email: Email address of the member.
"member@example.com"
Name assigned to the member.
"Jane Doe"
Identifier of the member in your system. This must be unique within the customer..
"usr_1337"
Role: Role of the member within the customer.
owner, billing_manager, member "owner"