Patch Group
This endpoint is responsible for patching a group. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.5.2.
The ID of the group
The VMware Identity Services tenant ID
my-tenant
Show optional properties
{
"Operations": [
{
"op": "add"
}
]
}
{
"Operations": [
{
"value": "India",
"path": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:country",
"op": "add"
}
],
"id": "string",
"externalId": "string",
"meta": {
"location": "string",
"version": "string",
"lastModified": "string",
"resourceType": "string",
"created": "string"
},
"schemas": [
"string"
]
}
Operations for SCIM 2 patch request
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 updated.
"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.
The group was not found.
The specified version number does not match the resource's latest version number, or a service provider refused to create a new, duplicate resource.
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/scim+json' -d '{"Operations":["object"]}'