Skip to content

Requests that the users login email address will be changed.

PATCH
/api/user/{userId}/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)

Parameters

Path Parameters

userId*
Typestring
Required
Pattern"[1-9][0-9]*"

Request Body

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

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python