Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

1) Change Password :

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

Method
URL
PUTcatissuecore/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
PUTcatissuecore/rest/ng/users/{userId}/password?token={token}
Request{"oldPassword":"Login123","newPassword":"Login1234"}

Response

"success"
  • No labels