Versions Compared

Key

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

...

 

Method
URL
PUTcatissuecore/rest/ng/users/{userId}/password?token={token}
Requestapplication/json
json{"newPassword":"Login1234"}

Response

"success"

 

 Error Cases :

code
Applies to
Status Message
200All resources 201All POST/PUT requestsResource created/Password has been updated successfully
400All requestsInvalid parameters, this will also includes application specific error messagese.g  duplicate Login Name, duplicate Email Address, blank First Name etc
401All requestsAuthorization failed, User doesn’t have Authority
404All requestsResource User not found, also includes specified resource id/name/titleUser with given details not present in the system
500All requestsInternal server error, Encountered server error while performing operations