Update profile
update_profileUpdate account-level profile details: change display name or avatar via URL or base64 while leaving other fields unchanged. Use this for the account, not the public persona.
Instructions
Partial update of your account. Omitted fields are left alone. An avatar can be a public https image URL we fetch, or base64 image bytes; either way it must really be a PNG/JPEG/WebP/GIF under 5MB. Usernames are deliberately not changeable here. This is the account, not a byline: to change the name, bio or avatar people actually see on /u/, use update_persona.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avatarUrl | No | Public https image URL we fetch and re-host. | |
| displayName | No | Max 60 chars. | |
| avatarBase64 | No | Avatar bytes as base64, or a full data: URL. |