Patch Patch Role
Updates role's information. Commonly used to assign users to this role. The role id is a unique internal identifier and can be retrieved using the search API /scim/Roles?filter=... Patch operation allows to send in the request the attributes that need to be changed only.
the id of the role to update
a1ac2b75-6c41-45e9-8349-59746c529ccb
the role resource to be updated as a JSON string
{
"displayName": "Administrator",
"resourceDescriptor": {
"endpoint": "string",
"description": "string",
"name": "string",
"attributeSchemas": [
"string"
],
"strictMode": false,
"scimObject": {
"schemas": [
"string"
]
},
"meta": {
"lastModified": "string",
"version": "string",
"location": "string",
"created": "string"
},
"externalId": "string",
"attributes": [
{
"subAttributes": [
"AttributeDescriptor Object"
],
"description": "string",
"canonicalValues": [
{
"operation": "string",
"type": "string",
"primary": false,
"value": "string",
"display": "string"
}
],
"dataType": "string",
"required": false,
"caseExact": false,
"name": "string",
"readOnly": false,
"multiValuedChildName": "string",
"multiValued": false,
"schema": "string"
}
],
"schema": "string",
"id": "string",
"resourceDescriptor": "ResourceDescriptor Object"
},
"urn:scim:schemas:extension:workspace:1.0": {
"description": "read-only admin with limited access to file system"
},
"scimObject": {
"schemas": [
"string"
]
},
"meta": {
"lastModified": "string",
"version": "string",
"location": "string",
"created": "string"
},
"externalId": "string",
"members": [
{
"operation": "string",
"type": "string",
"primary": false,
"value": "string",
"display": "string"
}
],
"id": "string",
"schemas": [
"string"
]
}
The display name for this role
urn:scim:schemas:extension:workspace:1.0
externalId
The set of users or groups that have been assigned to this role or null if none
id
The set of schemas currently contributing attributes to this role
If the supplied serialized JSON role is malformed
No authentication provided
Unauthorized
If role or role member id is not found
Server error while patching SCIM role