settings_user_roles_list
List user roles with filters for active status, name, creation date, employee type, and pagination to manage role assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status | True |
| ids | No | Comma-separated role IDs (max 50) | |
| name | No | Role name filter | |
| createdBefore | No | Created date upper bound (UTC) | |
| createdOnOrAfter | No | Created date lower bound (UTC) | |
| employeeType | No | Filter roles by employee type | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |