Skip to main content
POST

Authorizations

string
required
This API uses OAuth 2.0 with the authorization code grant flow.

Body

application/json
string[]
required
Must include "urn:ietf:params:scim:schemas:core:2.0:User".
string
required
The user’s email address.
object
boolean
default:"true"
Whether the user should be active. Setting to false creates a suspended member (only applies to verified domains).
string
The user’s role in the workspace. Must be "admin" or "member". Defaults to "member" if not specified.

Response

string[]
Always ["urn:ietf:params:scim:schemas:core:2.0:User"].
string
The workspace membership ID, or the workspace invite ID for unverified domains.
string
The user’s email address.
object
object[]
boolean
Whether the user is active. Pending invites always return true.
string
The user’s role: "admin" or "member". Not present for suspended users.
object