users_list_role_assignments
Lists all role assignments for a specific user. Supports pagination for users with multiple 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 | |
| start | No | Pagination start (default: 0) | |
| limit | No | Number of items to return (max: 500) |