UsersRoleSettings
Lists the settings of user assigned role.
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 |
| UserId | = |
For example, the following query is processed server-side:
SELECT * FROM UsersRoleSettings WHERE UserId = 2
Columns
| Name | Type | References | Description |
| UserId | Integer | ID of the user. | |
| DealDefaultVisibility | Integer | The default visibility level applied to new deal records created by users with this role. | |
| LeadDefaultVisibility | Integer | The default visibility level applied to new lead records created by users with this role. | |
| OrgDefaultVisibility | Integer | The default visibility level applied to new organization records created by users with this role. | |
| PersonDefaultVisibility | Integer | The default visibility level applied to new person records created by users with this role. | |
| ProductDefaultVisibility | Integer | The default visibility level applied to new product records created by users with this role. |