List the roles assigned to a user
action1_list_user_rolesRetrieve all roles assigned to a user by providing their unique user ID.
Instructions
List the roles assigned to a user. Retrieves all roles assigned to a user specified by ID. Perm: manage_users.
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. | |
| user_id | Yes | Provide a specific user 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 |