update_my_profile
Update your account profile by changing specific fields like name, email, bio, time zone, or language. Send only the fields you want to update.
Instructions
Update current user profile (PATCH — send only fields to change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | Biography / description | |
| name | No | Display name | |
| No | Email address | ||
| locale | No | Language code (e.g., "en", "es") | |
| metadata | No | Custom key-value pairs (max 50 entries). Note: returns null in response but IS saved. | |
| time_zone | No | IANA timezone (e.g., "America/New_York") | |
| avatar_url | No | Profile picture URL | |
| week_start | No | "Sunday" or "Monday" | |
| time_format | No | 12 or 24 | |
| default_schedule_id | No | Default schedule ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |