SCIM

Create a group

Creates a new group. Must include the displayName attribute. Users can be added to the group during creation by supplying the user ID values in the members array attribute.

post/scim/v2/Groups

Query parameters

countinteger

The number of records returned per page in the response.

filterstring

The filter used to filter the group, either by organization id.

startIndexinteger

The index number of the page that you want to retrieve. You must set count before specifying startIndex. For example, if you set count to 20 and startIndex to 2, the 21st to 40th records are returned in the response.

Headers

Content-Typestring required

The Content-Type of the request must be application/json.

Request body

schemasstring[]

List of schema URNs defining the structure of the group resource.

displayNamestring

Name of the group.

Response

Created

schemasstring[]
idstring

Unique identifier for the group.

displayNamestring

Name of the group.

Changes