Skip to main content
POST
Create a group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Body of POST /scim/v2/Groups.

Used only for schema generation (request=...); actual SCIM parsing happens in django_scim's adapter. Group creation consumes displayName only — members are attached afterwards with a PATCH operation.

displayName
string
required
Maximum string length: 254
schemas
string[]

Response

Groups creation

id
string
required
read-only
externalId
string
required
read-only
meta
object
required
displayName
string
required
Maximum string length: 254
members
object[]
required
schemas
string[]