User

Changes the password of a user if the reset token is valid. The send_password_reset_email endpoint sends an email to the user containing the token. That token can be used to change the password here without providing the old password.

post/api/user/reset-password/

Request body

tokenstring required
passwordstring required

Response

No response body

Changes

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