v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Roles

Update pipeline visibility for a role

Updates the specified pipelines to be visible and/or hidden for a specific role. For more information on pipeline visibility, please refer to the <a href="https://support.pipedrive.com/en/article/visibility-groups" target="_blank" rel="noopener noreferrer">Visibility groups article</a>.

put/roles/{id}/pipelines

Path parameters

idinteger required

The ID of the role

Request body

visible_pipeline_idsobject required

The pipeline IDs to make the pipelines visible (add) and/or hidden (remove) for the specified role. It requires the following JSON structure: { "add": "[1]", "remove": "[3, 4]" }.

Response

Update pipeline visibility for a role

successboolean

If the response is successful or not