roles_get_role_assignments
Retrieve all users assigned to a specific role, with pagination support for large teams. Useful for auditing role membership.
Instructions
Get role assignments.
Returns all users assigned to a specific role with pagination support.
Workflow tips:
Shows all users with this role
Use pagination for roles with many users
Useful for auditing role membership
Cached for 15 minutes
Common use cases:
Get role assignments: { "id": 123 }
Paginated list: { "id": 123, "start": 0, "limit": 50 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the role | |
| start | No | Pagination start (default: 0) | |
| limit | No | Number of items to return (default: 100) |