Change Email

Email change with success

The JSON returned has the activation param false /, ex:

{
  status:"success",
  activation: false,
  token: ''
}

Requires confirmation

The JSON required has the activation param true, ex:

{
  status:"success",
  activation: true,
  token: 'activationToken....'
}

Then use that token for the Confirm Email Change request.

Form Data
string
required

New email address.

string
required

User password or Two-Factor code if it is active.

Headers
string
required
Defaults to Bearer {access_token}

Ex: Bearer {access_token} should be replaced with the user access token.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json