Update User Avatar

Upload and update the current user’s avatar image.

Accepts image files up to 5MB in size. Supported formats: JPEG, PNG, GIF, WebP

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Request

This endpoint expects a multipart form containing a file.
filefileRequired

Response

User updated successfully
emailstringformat: "email"
namestring or null
idstringformat: "uuid"
is_onboardingboolean
biostring or nullOptional
avatar_urlstring or nullOptional
subscribed_to_newsletterbooleanOptionalDefaults to false
job_roleenum or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error