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. |
CreatedByID | String | Represents the ID of the user that created this role. |
CreatedByName | String | Represents the name of the user that created this role. |
CreatedTime | Datetime | Represents the date and time at which the role was created. |
ModifiedByID | String | Represents the ID of the user who modified this role last. |
ModifiedByName | String | Represents the name of the user who modified this role last. |
ModifiedTime | Datetime | Represents the date and time at which the role was modified last. |