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
- application/json
Body
required
passwordpasswordrequired
Describes the new password for the user
Responses
- 204
The resource was updated successfully
Loading...