Skip to main content

Create Endpoint

POST 

/createEndpoint

This API creates an endpoint in EIC. The Authorization must have a Bearer followed by a Token. Mandatory parameters:

  • endpointname: Enter the name of the endpoint. Provide a logical name for the endpoint that will help you to easily identify the endpoint. - displayName: Enter a name for the endpoint that will be displayed in the user interface. Display Name can be different from Endpoint Name. - securitysystem:Select the security system for which you want to create an endpoint. The security system encapsulates the endpoint along with other endpoints sharing the same connections, workflows, or more.

Optional parameters: description, ownerType, owner, resourceOwnerType, resourceOwner, customproperty - N is between 1 to 30, custompropertyLabel - N is between 1 to 30, accountNameRule, accessquery, enableCopyAccess, disableNewAccountRequestIfAccountExists, disableRemoveAccount, disableModifyAccount, blockInflightRequest, userAccountCorrelationRule, connectionconfig

Request

Body

    accessquerystring
    Example: access qry
    connectionconfigstring
    Example: {"conf":[{"ADDUSERTOENT":"TRUE"},{"ADDMEMBERTOENT":"TRUE"}]}
    descriptionstring
    Example: Create endpoint from API
    disableModifyAccountstring
    Example: true
    disableNewAccountRequestIfAccountExistsstring
    Example: false
    disableRemoveAccountstring
    Example: false
    displayNamestring
    Example: new-endpoint
    enableCopyAccessstring
    Example: false
    endpointnamestring
    Example: Create-an-endpoint
    ownerstring
    Example: admin
    ownerTypestring
    Example: User
    resourceOwnerTypestring
    Example: Usergroup
    securitysystemstring
    Example: connectiontest
    userAccountCorrelationRulestring
    Example: (users.customproperty7) = accounts.name

Responses

Create Endpoint

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Success