...
Method | URL |
---|---|
PUT | catissuecore/rest/ng/users/{userId}/password?token={token} |
Request | application/json |
json | {"newPassword":"Login1234"} |
Response | "success" |
Error Cases :
code | Applies to | Status Message | |||
---|---|---|---|---|---|
200 | All resources | 201 | All POST/PUT requests | Resource created/Password has been updated successfully | |
400 | All requests | Invalid parameters, this will also includes application specific error messagese.g duplicate Login Name, duplicate Email Address, blank First Name etc | |||
401 | All requests | Authorization failed, User doesn’t have Authority | |||
404 | All requests | Resource User not found, also includes specified resource id/name/titleUser with given details not present in the system | |||
500 | All requests | Internal server error, Encountered server error while performing operations |