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
Path Parameters
path stringrequired
- application/json
Body
designation string
entity string[]
firstname string
lastname string
manager string
updateuser string
username string
Responses
- 200
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 
- Pragma - string 
- Referrer-Policy - string 
- Server - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Create User Request
- Update User Request
Schema
errorCode string
errorcode string
jbpmid string
msg string
requestid string
requestkey string
{
  "errorCode": "0",
  "errorcode": "0",
  "jbpmid": "SampleManagerApproval.3100001",
  "msg": "Successful",
  "requestid": "4960001",
  "requestkey": "3746"
}
{
  "errorCode": "0",
  "jbpmid": "SampleManagerApproval.3100001",
  "msg": "Successful"
}
{
  "errorcode": "0",
  "msg": "success",
  "requestid": "4960001",
  "requestkey": "3746"
}
Loading...