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
PUTcatissuecore/rest/ng/users/{userId}/password?type=change
Requestapplication/json
json{"oldPassword":"Login123","newPassword":"Login1234"}

Response

"success"

 

...

 

Method
URL
PUTcatissuecore/rest/ng/users/{userId}/password?token={token}
Requestapplication/json
json{"oldPassword":"Login123","newPassword":"Login1234"}

Response

"success"