This API available for patch the user object
Mandatory Fields :
- userId
Non Patchable Fields :
- Login Name
- Domain Name
Api :
Method | URL |
---|---|
PATCH | catissuecore/rest/ng/users/{userId} |
Request | application/json |
json | { "lastName":"Piterson", "firstName":"Sam" } |
Response | { "id" : "1",
|
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | |
201 | All POST/PUT requests | Resource created/updated successfully |
400 | All requests | Invalid parameters, this will also includes application specific error messages |
401 | All requests | Authorization failed |
404 | All requests | Resource not found, also includes specified resource id/name/title |
500 | All requests | Internal server error |