Update a user avatar

Upload an avatar for the user identified by the email form field. The image is processed asynchronously: a 200 response means the upload was accepted, and the resized avatar becomes visible shortly afterwards, so a GET immediately after may still return the previous imageUrl. Images must be at most 8192x8192 pixels.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The email address of the user whose avatar is being updated.

file
required

Avatar image file. The filename is not significant; the target user is determined by the email field.

Responses
200

The avatar has been updated

401

Unauthorized

403

Forbidden

404

User not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json