This API updates a user
PATCH/updateUser/:userName
This API updates a user
Request​
Path Parameters
userName stringrequired
- application/json
Body
firstnamestring
Example:
John
preferedFirstNamestring
Example:
Jack
lastnamestring
Example:
Murali
middlenamestring
Example:
Francis
emailstring
Example:
john.murali@example.net
employeeTypestring
Example:
employee
jobcodedescstring
Example:
QA
managerstring
Example:
admin
statuskeystring
Example:
1
customproperty1string
Example:
customized value
Responses​
- 200
- 400
Success Response
- application/json
- Schema
- Example (from schema)
Schema
errorCodestring
Example:
0
messagestring
Example:
SUCCESS User Updated Successfully
{
"errorCode": "0",
"message": "SUCCESS User Updated Successfully"
}
Failure in user update