Listing users in a specific role
action1_list_role_usersRetrieve a list of users assigned to a specific role by providing the role ID. Use this to view or manage role memberships efficiently.
Instructions
Listing users in a specific role. Gets a list of users in a role specified by its ID. Perm: view_users, assign_roles, manage_roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| sortby | No | Define the sorting order by a certain field. | |
| role_id | Yes | Provide a specific role ID. | |
| verbose | No | Skip per-item compactor. | |
| auto_paginate | No | Walk all pages. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |