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 11 Next »

Change Password :

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

Api :

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

Response

"success"



Set Password :

This API is useful when user redirects through forgot password link or new user sets the password through email.

Api :

 

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

Response

"success"

 

 Error Cases :

code
Applies to
Status Message
200All resourcesPassword has been updated successfully
400All requestsInvalid parameters, e.g  duplicate Login Name, duplicate Email Address, blank First Name etc
401All requestsAuthorization failed, User doesn’t have Authority
404All requestsUser not found, User with given details not present in the system
500All requestsInternal server error, Encountered server error while performing operations

 

 

 

 

  • No labels