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 8 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
Requestapplication/json
json{"oldPassword":"Login123","newPassword":"Login1234"}

Response

"success"

 

2) Set Password :
This API is useful when user redirects through forgot password link or new user sets the password through email.
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 resources 
201All POST/PUT requestsResource created/updated successfully
400All requestsInvalid parameters, this will also includes application specific error messages
401All requestsAuthorization failed
404All requestsResource not found, also includes specified resource id/name/title
500All requestsInternal server error
  • No labels