Profiles
Lists user profiles with their permission sets and module-access privileges.
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 Profiles WHERE Id = '3152079000000026011'
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique numeric identifier for the profile. |
| Name | String | Name assigned to the profile. |
| Description [KEY] | String | Brief description of the profile. |
| CreatedByName | String | Name of the user who created the profile. |
| CreatedById | String | Unique identifier of the user who created the profile. |
| CreatedAt | Datetime | Date and time when the profile was created. |
| ModifiedByName | String | Name of the user who last modified the profile. |
| ModifiedById | String | Unique identifier of the user who last modified the profile. |
| ModifiedAt | Datetime | Date and time when the profile was last modified. |
| Category | Boolean | Indicates whether this profile is a category. |
| DisplayLabel | String | The display label of the profile. |