JDBC Driver for Zoho CRM

Build 25.0.9434

Profiles

Lists user profiles and their permission sets, including module access and field-level security.

View-Specific Information

Select

The driver 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 driver.

  • 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 of 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 the profile is categorized as a group.
DisplayLabel String Display name of the profile as shown in the interface.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434