Skip to main content

This API updates a user

PATCH 

/updateUser/:userName

This API updates a user

Request​

Path Parameters

    userName stringrequired

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​

Success Response

Schema

    errorCodestring
    Example: 0
    messagestring
    Example: SUCCESS User Updated Successfully