edubase_get_user
Fetch user information from the EduBase platform using a user ID. Use 'me' to retrieve the details of the currently authenticated user, enabling account verification and access.
Instructions
Get/check user.
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 | exam (generated) account | |
| name | Yes | full name | |
| user | Yes | user identification string | |
| status | Yes | user is enabled |