Versions Compared

Key

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

 This API available for validate the user password. You can validate user password through the HTTP POST method, URL  http://<host>:<port>/catissuecore/rest/ng/users/validatePassword/{password}

...

User not found, User with given details not present in the system
code
Applies to
Status Message
200All resourcesUser Password has been validated 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 requestsPassword is not in required format
500All requestsInternal server error, Encountered server error while performing operations

...