Profiles
Retrieves information about CRM user profiles, including permission settings and module-level access control.
View-Specific Information
Select
The component 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 component.
- 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 identifier for the profile. |
| Name | String | Name of the profile. |
| Description [KEY] | String | Short description of the profile and its purpose. |
| CreatedByName | String | Full name of the user who created the profile. |
| CreatedById | String | Identifier of the user who created the profile. |
| CreatedAt | Datetime | Timestamp indicating when the profile was created. |
| ModifiedByName | String | Full name of the user who last modified the profile. |
| ModifiedById | String | Identifier of the user who last modified the profile. |
| ModifiedAt | Datetime | Timestamp indicating when the profile was last modified. |
| Category | Boolean | Indicates whether the profile is treated as a category. |
| DisplayLabel | String | Display label for the profile as shown in the user interface. |