cURL
curl --request PATCH \ --url https://api.managem.co.uk/user/account/avatar \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "reasons": [ "<string>" ] }
Finalize a previously uploaded avatar image and apply it to the authenticated user account.
This endpoint is step 3 of the avatar workflow and must be called after uploading the image binary.
Finalization behavior:
Typical sequence:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Image identifier to finalize upload
Image identifier
Avatar updated