superset_user_get
Retrieve detailed user information by ID. If the ID is unknown, list users first to get it.
Instructions
Get detailed information about a user by ID.
IMPORTANT: if the ID is unknown, call superset_user_list first.
Args: user_id: User ID (integer from user_list result).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |