UsersAccess
Returns access details for all users in the company.
Select
The server 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 server.
- 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. |