Users

Verify new email address

Completes the email change process by verifying the new email address with a confirmation code. Returns an email token that confirms the email change. After this step, the user may need to re-authenticate.

post/users/@me/email-change/verify-new

Request body

ticketstring required

Email change ticket identifier

codestring required

Verification code sent to the original email address

original_proofstring required

Proof token obtained from verifying the original email

Response

Success

email_tokenstring required

The email change token to use for updating email

Changes

No recorded changes to this endpoint across all 1 revision of this API.