OrganizationsPermittedUsers
Returns the identifiers of users who have permission to access a specified organization.
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 |
| OrgId | = |
For example, the following query is processed server-side:
SELECT * FROM OrganizationsPermittedUsers WHERE OrgId = 10
Columns
| Name | Type | References | Description |
| OrgId | Integer | The identifier of the organization whose permitted users are returned. | |
| UserId | Integer | The identifier of a user who has permission to access this organization. |