ADO.NET Provider for Pipedrive

Build 26.0.9655

PermissionSets

Returns all permission sets defined in the company, including their names, types, and user assignment counts.

View-Specific Information

SELECT

The provider uses the Pipedrive API to process WHERE clause conditions using the following columns and operators. The provider executes the rest of the filter client-side.

ColumnSupported Operators
Id=
App=

For example, the provider processes the following queries server-side:

SELECT * FROM PermissionSets WHERE Id = 'a3d3f720-154f-11ec-905b-d96b2abf3c60'
SELECT * FROM PermissionSets WHERE App = 'sales'

Columns

Name Type References Description
Id [KEY] String ID of the permission set.
AssignmentCount Integer The number of users currently assigned to this permission set.
Name String The display name of the permission set.
Type String The category of the permission set, such as admin or regular user.
Description String A human-readable description of the permission set and its intended use.
App String The Pipedrive application to which this permission set applies.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655