RoleInfo
Information about a user's role within a tenant, including permissions and special designations
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The display name of the user's role within this tenant |
The display name of the user's role within this tenant | ||
| type | enum | System Custom |
System Custom | ||
| isOwner | boolean | Whether the user is the owner of the tenant. |
Whether the user is the owner of the tenant. | ||
| isClientManager | boolean | Whether the user is a client manager within the tenant |
Whether the user is a client manager within the tenant | ||
| isPartner | boolean | Whether the user is a partner within the tenant |
Whether the user is a partner within the tenant | ||
| isAssociate | boolean | Whether the user is an associate within the tenant |
Whether the user is an associate within the tenant | ||
| permissions | object | Dictionary of permissions for each permissible entity (Clients, Tasks, etc.) within the tenant |
Dictionary of permissions for each permissible entity (Clients, Tasks, etc.) within the tenant | ||
JSON Example
{
"name": "string",
"type": "System",
"isOwner": false,
"isClientManager": false,
"isPartner": false
}