Profiles
Query information regarding profiles.
View-Specific Information
Select
The add-in 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 add-in.
- 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 | A unique numeric identifier for the profile. |
| Name | String | The name of the profile. |
| Description [KEY] | String | A small description regarding this profile. |
| CreatedByName | String | The name of the user who created this profile. |
| CreatedById | String | The id of the user who created this profile. |
| CreatedAt | Datetime | The time this profile was created. |
| ModifiedByName | String | The name of the user who modified this profile. |
| ModifiedById | String | The id of the user who modified this profile. |
| ModifiedAt | Datetime | The time this profile was last modified. |
| DisplayLabel | String | Represents the display name of the current profile. |
| Type | String | Represents if the profile is a normal_profile, lite_profile or portal_profile. |
| PermissionsDetails | String | Gives the details of the view, create, edit, and delete permissions given to the profile for different modules. Note that this array is rendered in the response only when you fetch a specific profile. |