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
Documentation Index
Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Schema for creating a new member.
The ID of the customer this member belongs to.
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.
owner, billing_manager, member "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"

