Skip to content

Sets a previously uploaded picture as the user's profile photo.

PATCH
/api/user/photo

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"uuid": null
}

Responses

Success.

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python