Skip to main content

Update User Request

PUT 

/updateUserRequest

This API call can be used for updating user request in the EIC. The Authorization must have Bearer followed by Token. Mandatory params: username - user who has to be modified. Optional params: updateuser - Username who is updating the request, User's dynamic attribute can be passed.
Example: "firstname": "fn",
"entity": [
"Atlanta"
]

Request

Body

    designation string
    entity string[]
    firstname string
    lastname string
    manager string
    updateuser string
    username string

Responses

Create User Request / Update User Request

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

Schema

    errorCode string
    errorcode string
    jbpmid string
    msg string
    requestid string
    requestkey string
Loading...