Skip to main content

Changes a user password

POST /auth/reset/password

Allows users with a valid reset token to reset their password without remembering their old password

Request

Body

required

changePasswordSchema

  • token string required

    A reset token used to validate that the user is allowed to change the password.

  • password string required

    The new password for the user

Responses

This response has no body.

Loading...