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.
file
Response
User updated successfully
email
name
id
is_onboarding
bio
avatar_url
job_role
Errors
400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error