Changes a user password
Allows users with a valid reset token to reset their password without remembering their old password
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
changePasswordSchema
token
A reset token used to validate that the user is allowed to change the password.
password
The new password for the user
Response
This response has no body.