edubase_get_user_name
Fetch first, last, full, and display names for a user on EduBase using their user identification string. Get complete name details for personalized communication and accurate reporting.
Instructions
Get the first, last, full and display name of a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | user identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| full_name | Yes | ||
| last_name | Yes | ||
| first_name | Yes | ||
| display_name | Yes |