Get Get Role
Get additional role information using the role unique identifier (id). The role id can be retrieved using the search API /scim/Roles?filter=...
the id of the role to retrieve
a1ac2b75-6c41-45e9-8349-59746c529ccb
list of attributes to return, separated by comma. When specified, the retrieved role will only contain the minimal set of role attributes plus the attributes or sub-attributes explicitly requested, i.e. {urn}:{Attribute name}.{Sub-Attribute name}
displayName,meta.version,urn:scim:schemas:extension:workspace:1.0:description,
successful operation
{
"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
One or more of the specified "attributes" parameter values is invalid
If role id is not found
An unexpected error occurred