Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Set Password API is useful when user redirects through forgot password link or new user sets the password through email. Use this API by using HTTP PUT method, URLĀ  http://<host>:<port>/catissuecore/rest/ng/users/{userId}/password?token={token}

...

Parameter
Details
tokenApplication generated token to set the Password
newPasswordPassword that user wants to set


API Example :

URLhttp://<host>:<port>/catissuecore/rest/ng/users/{userId}/password?token={token}
MethodPUT
Requestapplication/json
json{"newPassword":"Login1234"}

Response

"success"

...