Create User Request
POST/createUserRequest
This API call can be used for creating update/create user request in the EIC. The Authorization
must have Bearer
followed by Token
. Optional params: statuskey
- Values:1/0, 0 - Inactive, 1 - Active User params
can be passed. Example: email, manager, username, firstname, lastname, preferedFirstName, customproperty<1 to 40> Roles
- Specifies the rolename (#### separated) that will be assigned to the newly created user requestor
Request
- multipart/form-data
Body
Responses
- 200
- 412
Create 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
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Create User Request
Schema
{
"errorCode": "0",
"jbpmid": "AutoApprovalWF.3820118",
"msg": "Successful",
"requestid": "3820118",
"requestkey": "4137"
}
{
"errorCode": "0",
"jbpmid": "AutoApprovalWF.3820118",
"msg": "Successful",
"requestid": "3820118",
"requestkey": "4137"
}
Create User Request - Failure
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
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Create User Request - Failure
Schema
{
"errorCode": "1",
"msg": "firstname cannot be null or blank"
}
{
"errorCode": "1",
"msg": "firstname cannot be null or blank"
}