Roles
Displays the role hierarchy and associated permissions assigned to each user.
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 | A unique numeric identifier for the role. |
| Name | String | Name of the role. |
| DisplayLabel [KEY] | String | How the role is displayed in the user interface. |
| ReportingToName | String | Name of the role this role reports to. |
| ReportingToId | String | Identifier of the role this role reports to. |
| CreatedByID | String | Identifier of the user who created this role. |
| CreatedByName | String | Name of the user who created this role. |
| CreatedTime | Datetime | Date and time when the role was created. |
| ModifiedByID | String | Identifier of the user who last modified this role. |
| ModifiedByName | String | Name of the user who last modified this role. |
| ModifiedTime | Datetime | Date and time when the role was last modified. |
| 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 are allowed to share records with peers. |
| Description | String | Additional information or notes about the role. |