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
tokenstringRequired
A reset token used to validate that the user is allowed to change the password.
passwordstringRequired
The new password for the user

Response

This response has no body.

Errors