Skip to main content
POST
cURL

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
email
string
required

The user's email.

sendWelcomeEmail
boolean
required

Whether to send a welcome email.

firstName
string

The user's first name.

lastName
string

The user's last name.

primaryTeamId
string

The user's primary team.

roleId
string

The user's role.

seatNames
string[]
secondaryTeamIds
string[]

The user's additional teams.

Response

successful operation

email
string
required

The user's email.

id
string
required

The user's unique ID.

roleIds
string[]
required

A list of role IDs assigned to the user.

superAdmin
boolean
required

Whether the user has super admin privileges.

firstName
string

The user's first name.

lastName
string

The user's last name.

primaryTeamId
string

The user's primary team

roleId
string

The user's role.

seatNames
string[]
secondaryTeamIds
string[]

The user's additional teams.

sendWelcomeEmail
boolean

Whether a welcome email was sent to the user. This value will only be populated in response to a provisioning request. Subsequent queries will be false.

Last modified on July 24, 2026