edubase_post_user_name
Update a user's first and last name, with optional full and display name fields, and receive confirmation of the change.
Instructions
Update the name of a user: first and last name, optionally the full and display name. Returns whether the name was changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | user identification string | |
| full_name | No | full name (1-255 characters) | |
| last_name | Yes | last name (1-64 characters) | |
| first_name | Yes | first name (1-64 characters) | |
| display_name | No | display name (1-255 characters) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| changed | Yes | ||
| success | Yes |