UsersAccess
Returns access details for all users in the company.
Select
The add-in 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 add-in.
- Id supports the '=' operator.
For example, the following query is processed server-side:
SELECT * FROM UsersAccess
Columns
| Name | Type | References | Description |
| App | String | The name of the application the user is associated with. | |
| Admin | Boolean | Indicates whether the user has administrative access. | |
| PermissionSetId | String | The identifier for the permission set assigned to the user. |