Users
Create a SCIM user
Creates a SCIM user in the workspace. For verified domains the user is added as an active member immediately. For unverified domains an invite is sent and the invite ID is returned as the SCIM user ID.
Required scopes: user_management:read-write.
POST
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Body
application/jsonMust include
"urn:ietf:params:scim:schemas:core:2.0:User".The user’s email address.
Whether the user should be active. Setting to
false creates a suspended member (only applies to verified domains).The user’s role in the workspace. Must be
"admin" or "member". Defaults to "member" if not specified.A URL to the user’s avatar.
Response
Always
["urn:ietf:params:scim:schemas:core:2.0:User"].The workspace membership ID, or the workspace invite ID for unverified domains.
The user’s email address.
Whether the user is active. Pending invites always return
true.The user’s role:
"admin" or "member". Not present for suspended users.The user’s avatar URL, if provided.