Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

List permitted users

List users permitted to access an organization.

Input

type: object properties: parameters: type: object properties: id: type: integer description: The ID of the organization required: - id

Output

title: listPermittedUsersResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: array description: The list of permitted user IDs items: type: number