Create Group

Create Group
Create a new SCIM group

This endpoint is responsible for creating a new group. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.3.

Request
URI
POST
https://{api_host}/usergroup/t/{tenant}/scim/v2/Groups
COPY
Path Parameters
string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Request Body
GroupMedia of type(s) application/scim+json
Required
"GroupMedia Object"
Authentication
This operation uses the following authentication methods.
Responses
200

The group was successfully created.

Returns GroupMedia of type(s) application/scim+json
"GroupMedia Object"

400

The request contains invalid information.

Operation doesn't return any data structure

404

Directory not found.

Operation doesn't return any data structure

409

Modification is forbidden.

Operation doesn't return any data structure

500

Unexpected error.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/scim+json' -d '[{}]' https://{api_host}/usergroup/t/{tenant}/scim/v2/Groups