Update profile
update_my_profileUpdate the user's own profile fields when they ask: timezone, name, headline, company website, LinkedIn URL or X handle. Only pass the fields they asked to change. timezone must be an IANA zone name — translate their words yourself ('ET', 'eastern time', 'Boston time' all mean America/New_York; 'PST' means America/Los_Angeles). Confirm what was set in your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website | No | Their company's domain, e.g. 'acme.com'. | |
| headline | No | The one-liner under their name. | |
| timezone | No | IANA zone name, e.g. 'America/New_York'. Empty string clears it. | |
| last_name | No | ||
| first_name | No | ||
| twitter_username | No | ||
| linkedin_profile_url | No |