Create 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.
The VMware Identity Services tenant ID
my-tenant
Show optional properties
{
"displayName": "Example Group"
}
{
"members": [
{
"value": "42dc6b2c-4517-4e88-b1a7-79a1a1f88b5b",
"$ref": "https://example.com/v2/User/42dc6b2c-4517-4e88-b1a7-79a1a1f88b5b",
"display": "Example User"
}
],
"displayName": "Example Group",
"id": "string",
"externalId": "string",
"meta": {
"location": "string",
"version": "string",
"lastModified": "string",
"resourceType": "string",
"created": "string"
},
"schemas": [
"string"
]
}
A list of members of the group
A human-readable name for the group
The unique identifier of the SCIM resource
The SCIM resource external identifier
The meta information of the resource
The SCIM resource schema URIs
The group was successfully created.
"GroupMedia Object"
A list of members of the group
A human-readable name for the group
The unique identifier of the SCIM resource
The SCIM resource external identifier
The meta information of the resource
The SCIM resource schema URIs
The request contains invalid information.
Directory not found.
Modification is forbidden.
Unexpected error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/scim+json' -d '{"displayName:"string"}' https://{api_host}/usergroup/t/{tenant}/scim/v2/Groups