Skip to main content

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

Body

    Roles string
    email string
    firstname string
    lastname string
    username string

Responses

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

Schema

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