Patch User
This endpoint is responsible for pathing a user. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.5.2.
The ID of the user
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 user was successfully updated.
"UserMedia Object"
The name of the user
The name of the user, suitable for display to end-users
The casual way to address the user
A fully qualified URL to a page representing the user's online profile
A Boolean value indicating the user's administrative status
The list of emails associated with the user
The phone numbers for the user
The instant messaging addresses for the user
The URIs of photos of the user
The physical mailing addresses for this user
The unique identifier of the user
The list of groups that the user belongs to
The title of the user
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 user 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.
Unexpected error.
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/scim+json' -d '{"Operations":["object"]}'