Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Api :

...

Method

...

URL

...

Use HTTP PUT method, URL  http://<host>:<port>/catissuecore/rest/ng/users/{loginName}/forgotPassword

 

Below are the attributes which need to be sent in the request body:

Parameter
Details
logonNameCaTissue login name of user whose password is forgotten.


API Example :

URLhttp://<host>:<port>/catissuecore/rest/ng/users/{loginName}/forgotPassword
MethodPUT
Requestapplication /json

Response

 "success"

 

Parameter Details :

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

...

 

 Error Cases :

code
Applies to
Status Message
200All resourcesPassword link sent 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

...