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 »

Forgot Password API sends application generated set password link through email to user.

Api :

Method
URL
PUTcatissuecore/rest/ng/users/{loginName}/forgotPassword
Requestapplication /json

Response

 "success"

 

Parameter Details :

{loginName} :  CaTissue login name of user whose password is forgotten.

e.g. dpatil, admin@admin.com etc.

 

Error Cases :

code
Applies to
Status Message
200All resources 
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