Create a new Group
POST/user-scim-srv/v2/Groups
This API call creates a new group.
A default group type must be defined in the SCIM mapping section, which will be automatically assigned to newly created groups.
Request
Responses
- 201
- 400
- 401
- 409
Group successful created
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.
Unauthorized: if access token is not valid or access token doesn't provide scope SCIM_WRITE
Conflict with an already existing group