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

    accessquery string
    connectionconfig string
    description string
    disableModifyAccount string
    disableNewAccountRequestIfAccountExists string
    disableRemoveAccount string
    displayName string
    enableCopyAccess string
    endpointname string
    owner string
    ownerType string
    resourceOwnerType string
    securitysystem string
    userAccountCorrelationRule string

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

    errorCode string
    msg string
Loading...