update_user
Modify personal account information by updating first and last name details for the currently logged-in user profile.
Instructions
Update the logged-in user's details.
Args: first_name: New first name. last_name: New last name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | No | ||
| last_name | No |