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 | User has been updated 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 system |
500 | All requests | Internal server error, Encountered server error while performing operations |