Upload an avatar image for a profile by sending the raw image binary data in the request body
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Bearer token
Content type of the image (e.g., image/jpeg, image/png). Defaults to image/jpeg
Optional filename for the uploaded image (e.g., profile-photo.jpg)
Alternative way to specify filename using Content-Disposition header (e.g., attachment; filename="photo.jpg")
Profile UUID
avatar uploaded successfully
The response is of type object
.