Create a new group
POST/scim/v2/Groups
Creates a new group with the provided attributes
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Group created successfully
Response Headers
Location
The URL of the newly created group
Request is unparsable, syntactically incorrect, or violates schema
Authorization failure. The authorization header is invalid or missing
Operation is not permitted based on the supplied authorization
The specified version number does not match the resource's latest version number, or a service provider refused to create a new, duplicate resource
Internal Server Error