Users

Complete password change

Completes the password change after email verification. Requires the verification proof and new password. Invalidates all existing sessions and returns the replacement session token.

post/users/@me/password-change/complete

Request body

ticketstring required

Password change ticket identifier

verification_proofstring required

Proof token obtained from verifying the email code

new_passwordstring required

Response

Success

tokenstring required

Authentication token for the newly created session

auth_session_id_hashstring required

Base64url-encoded hash of the newly created authentication session

Changes

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