provider Deals GET /deals/{id}/permittedUsers
@utdk/pipedrive /deals/{id}/permittedUsers
List permitted users
Lists the users permitted to access a deal.
id path required
The ID of the deal
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
getdealusers
GET/deals/{id}/permittedUsers
Lists the users permitted to access a deal.

Parameters

required

The ID of the deal

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getdealusers()