Groups
Create a SCIM group
Creates a SCIM group (team) in the workspace.
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:Group".The display name of the group. Must be non-empty after trimming whitespace. Must be unique within the workspace.
Members to add to the group on creation. Each
value may be a workspace membership ID (active user) or a workspace invite ID (pending user).Response
Always
["urn:ietf:params:scim:schemas:core:2.0:Group"].The unique ID of the created group.
The display name of the created group.
The members in the group.