Roles
Query information regarding roles.
View-Specific Information
Select
The 本製品 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 本製品.
- 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 | The name of the role. |
DisplayLabel [KEY] | String | The way the role is displayed in the UI. |
ReportingToName | String | The name of the role this role reports to. |
ReportingToId | String | The id of the role this role reports to. |
AdminUser | Boolean | Whether this role has administrative privileges or not. |