users_list_role_assignments
List all role assignments for a user in Pipedrive, with pagination support to handle large numbers of roles.
Instructions
List role assignments for a user.
Returns all role assignments for a specific user with pagination support.
Workflow tips:
Shows all roles assigned to the user
Includes role hierarchy information
Use pagination for users with many role assignments
Cached for 10 minutes
Useful for auditing user permissions
Common use cases:
List all role assignments: { "id": 123 }
Paginated list: { "id": 123, "start": 0, "limit": 50 }
Check user's current roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the user | |
| limit | No | Number of items to return (max: 500) | |
| start | No | Pagination start (default: 0) |