Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Get all permission sets

Returns data about all permission sets.

Input

type: object properties: parameters: type: object properties: app: type: string enum: - sales - projects - campaigns - global - account_settings description: The app to filter the permission sets by

Output

title: getPermissionSetsResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: array description: The array of permission set items: type: object properties: id: type: string description: The ID of user permission set name: type: string description: The name of the permission set description: type: string description: The description of the permission set app: type: string description: The app that permission set belongs to enum: - sales - projects - campaigns - global - account_settings type: type: string description: The type of permission set enum: - admin - manager - regular - custom assignment_count: type: integer description: The number of users assigned to this permission set