Start an email address update

Starts an email address update.

IMPORTANT: To update a user email address, first is required to send a POST to request an email to be sent to the user’s new email address with a link for the user to click on so as to verify that he requested this email address change. If the Require Email Verification configuration is set, the verification email will be sent to the current email address.

Request
path Parameters
user_id
required
string

Unique User identifier

Request Body schema: application/json
required
object
Responses
200

OK

400

Bad Request

404

Not Found

post/v3/users/{user_id}/update-email
Request samples
application/json
{
  • "new_identifiers": {
    }
}