Versions Compared

Key

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

1) Change Password :

This API is useful when user wants to change the password.

Method
URL
DELETEcatissuecore/rest/ng/users/{userId}/password?type=change
Request{"oldPassword":"Login123","newPassword":"Login1234"}

Response

"success"

 

2) Set Password :
This API is useful when user redirect through forgot password link or new user sets the password through email.
Method
URL
DELETEcatissuecore/rest/ng/users/{userId}/password?token={token}
Request{"oldPassword":"Login123","newPassword":"Login1234"}

Response

"success"