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:Group".
string
required
The display name of the group. Must be non-empty after trimming whitespace. Must be unique within the workspace.
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

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