post
https://yoursite.com/api/user/update/email
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
