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",
"schemas": [
"string"
],
"meta": {
"location": "string",
"lastModified": "string",
"version": "string",
"created": "string",
"resourceType": "string"
},
"externalId": "string"
}
string
id
Optional
The unique identifier of the SCIM resource
array of
string
schemas
Optional
The SCIM resource schema URIs
string
externalId
Optional
The SCIM resource external identifier