User

Changes the email address of a user if the confirmation token is valid. The send_change_email_confirmation endpoint sends an email to the new address containing the token. That token can be used to change the email address here.

post/api/user/change-email/

Request body

tokenstring required

The confirmation token.

Response

No response body

Changes

No recorded changes to this endpoint across all 6 revisions of this API.