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}
...
code | Applies to | Status Message |
---|---|---|
200 | All resources | User Password has been validated successfully |
400 | All requests | Invalid parameters, e.g duplicate Login Name, duplicate Email Address, blank First Name etc |
401 | All requests | Authorization failed, User doesn’t have Authority |
404 | All requests | User not found, User with given details not present in the systemPassword is not in required format |
500 | All requests | Internal server error, Encountered server error while performing operations |
...