Skip to main content
Version: latest

Resets the user password using the password token

PATCH 

/v1/auth/password/:passwordToken/reset

Updates the new user password with the help of password token

Request

Path Parameters

    passwordToken stringrequired

    Describes the expirable password token for the user to be used for authentication of user

Body

required

    passwordpasswordrequired

    Describes the new password for the user

Responses

The resource was updated successfully

Loading...