PersonsPermittedUsers
Returns the list of users who have permission to access a specific person record in Pipedrive.
View-Specific Information
SELECT
The provider uses the Pipedrive API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| PersonId | = |
For example, the following query is processed server-side:
SELECT * FROM PersonsPermittedUsers WHERE PersonId = 6
Columns
| Name | Type | References | Description |
| PersonId | Integer |
Persons.Id | Identifier of the person whose permitted users are returned. |
| Data | String | List of user identifiers who have permission to access the person record. |