go back to UserService

POST /users/resetPassword

Resets the password for the user with the specified password reset token.

Roles that can access this endpoint are Not Logged In.

Parameters

name description type default type
request context HttpServletRequest
token the password reset token of the user requesting the password reset query String
newPassword the new password query String
confirmPassword the new password (again) query String

Result

Response of type: text/plain

a response indicating success or failure

Try It Out

Request

- Authentication Help
- String
- String
- String