Skip to main content
POST
Create Member

Authorizations

Authorization
string
header
required

Authentication: Member session tokens authenticate team members within a customer account. Generate one through the customer session operation.

Body

application/json

Schema for adding a new member to the customer's team.

email
string<email>
required

The email address of the new member.

name
string | null

The name of the new member (optional).

role
enum<string>
default:member

The role for the new member. Defaults to 'member'.

Available options:
owner,
billing_manager,
member
Examples:

"billing_manager"

"member"

Response

Member added.

A member of the customer's team as seen in the customer portal.

created_at
string<date-time>
required

The time Ruba created this record.

modified_at
string<date-time> | null
required

The time this record last changed.

id
string<uuid4>
required

The stable identifier for this record.

email
string
required

The email address of the member.

name
string | null
required

The name of the member.

role
enum<string>
required

The role of the member within the team.

Available options:
owner,
billing_manager,
member