Changes the user password on the reset-password page. Side effect: a successful reset REVOKES ALL of the user’s existing sessions — every other device will get 401 on its next refresh and must re-login.
POST
/api/auth/reset-passwordQuery parameters
tokenstringrequiredRequest body
requiredapplication/jsonnewPasswordstringrequiredconfirmPasswordstringrequiredResponses
200OK
any400Error
any500Internal Server Error
any