Skip to main content
PUT
Update User email

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

userId
integer
required

User's ID.

Body

application/json
new_email
string
required

User's new email.

password
string
required

User's password for approve.

Response

OK

new_email
string

User's new email.