Skip to main content
POST

Authorizations

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

Body

application/json
schemas
string[]
required
Must include "urn:ietf:params:scim:schemas:core:2.0:Group".
displayName
string
required
The display name of the group. Must be non-empty after trimming whitespace. Must be unique within the workspace.
members
object[]
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

schemas
string[]
Always ["urn:ietf:params:scim:schemas:core:2.0:Group"].
id
string
The unique ID of the created group.
displayName
string
The display name of the created group.
members
object[]
The members in the group.
meta
object