Skip to main content
POST
/
v1
/
scim
/
v2
/
{tenant}
/
Groups
Scim Create Group
curl --request POST \
  --url https://api.example.com/v1/scim/v2/{tenant}/Groups \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

tenant
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response

The response is of type Response Scim Create Group V1 Scim V2 Tenant Groups Post · object.