PatchRequestMedia
PatchRequestMedia
Class representing a SCIM 2 patch request
JSON Example
{
"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"
]
}
string
id
Optional
The unique identifier of the SCIM resource
string
externalId
Optional
The SCIM resource external identifier
array of string
schemas
Optional
The SCIM resource schema URIs