ProductsPermittedUsers
Returns the list of users who have permission to access the specified product.
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 |
| ProductId | = |
For example, the following query is processed server-side:
SELECT * FROM ProductsPermittedUsers WHERE ProductId = 6
Columns
| Name | Type | References | Description |
| ProductId | Integer |
Products.Id | The unique identifier of the product whose permitted users are returned. |
| Data | String | The list of user IDs that have permission to access the product. |