Skip to content

Requests that the users login email address will be changed.

PATCH
/api/user/current/email

This does not permanently change the address yet, but sends
out the confirmation email. Every user can change their own email address.
Changing someone elses address requires certain permissions.

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"email": "string",
"password": "string"
}

Responses

Success

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python