roles_update
Update a role's name or parent role to modify your Pipedrive CRM hierarchy. Only specified fields change, preserving other settings.
Instructions
Update role details.
Updates information for an existing role. Requires admin permissions.
Workflow tips:
Only provided fields will be updated
Use roles/get to retrieve current values first
Changing parent_role_id affects hierarchy
Name should remain unique
Common use cases:
Rename role: { "id": 123, "name": "Senior Sales Team" }
Change hierarchy: { "id": 123, "parent_role_id": 456 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the role to update | |
| name | No | Name of the role | |
| parent_role_id | No | ID of the parent role |