Roles
Shows the role hierarchy and associated permissions for users in your organization.
View-Specific Information
Select
The connector uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the connector.
- Id supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM Roles WHERE Id = '3152079000000026008'
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique numeric identifier for the role. |
| Name | String | Name of the role. |
| DisplayLabel [KEY] | String | Display name of the role as shown in the user interface. |
| ReportingToName | String | Name of the role that this role reports to. |
| ReportingToId | String | Identifier of the role that this role reports to. |
| AdminUser | Boolean | Indicates whether this role has administrative privileges. |
| ForecastManagerName | String | Name of the forecast manager assigned to this role. |
| ForecastManagerId | String | Identifier of the forecast manager assigned to this role. |
| ShareWithPeers | Boolean | Indicates whether users with this role can share records with their peers. |
| Description | String | Description of the role, if available. |