edubase_get_user
Retrieve a user's name, account status, and exam account flag by user ID. Use search tool when only email or username is known.
Instructions
Get a user: name, whether the account is enabled and whether it is a generated exam account. Use edubase_get_user_search if only the email address or username is known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User identification string. Use 'me' to get the current user, but prefer /user:me endpoint instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | ||
| name | Yes | ||
| user | Yes | ||
| status | Yes |