Schema Documentation
UserRole
Description
A user role object
Fields
Field Name | Description |
---|---|
capabilities - [String] | The capabilities that belong to this role |
displayName - String | The display name of the role |
id - ID! | The globally unique identifier for the user role object. |
isRestricted - Boolean | Whether the object is restricted from the current viewer |
name - String | The registered name of the role |
Example
{"capabilities":["xyz789"],"displayName":"xyz789","id":4,"isRestricted":true,"name":"xyz789"}