auth_update_profile
Update the authenticated user's profile by changing name, phone, timezone, preferences, or quiet-hours settings. Change password by providing both the current and new password.
Instructions
Update the authenticated user's profile. Can update name, phone, timezone, quiet-hours preference, preferences, or change password (requires currentPassword when changing password).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | No | Phone number (E.164 format recommended, e.g., +40721234567) | |
| lastName | No | User's last name | |
| password | No | New password (requires currentPassword to also be provided) | |
| timezone | No | Timezone in IANA format (e.g., Europe/Bucharest) | |
| firstName | No | User's first name | |
| preferences | No | User preferences object (language, theme, notifications, etc.) | |
| currentPassword | No | Current password (required when changing password) | |
| respectQuietHours | No | Mute push notifications between 22:00 and 08:00 local time (defaults to true) |