roles_create
Add a new role to your Pipedrive company, with optional parent role for hierarchical organization.
Instructions
Add a new role to the company.
Creates a new role with optional parent role for hierarchy. Requires admin permissions.
Workflow tips:
Name is required and should be unique
Parent role creates hierarchy
New roles start with default permissions
Use roles/add_role_setting to configure permissions
Common use cases:
Create top-level role: { "name": "Sales Team" }
Create sub-role: { "name": "Junior Sales", "parent_role_id": 123 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the role | |
| parent_role_id | No | ID of the parent role (optional, for hierarchy) |