Skip to main content

Export Account

POST 

/exportAccount

This API call can be used to fetch all the existing accounts in a particular endpoint and security system along with the account attributes. The Authorization must have Bearer followed by Token. Mandatory params: endpoint - not the display name, securitysystem - not the display name

Request

Body

    endpointstring

    mandatory

    Example: System1
    securitysystemstring

    mandatory

    Example: System1

Responses

Export Account

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 0
    messagestring
    Example: SUCCESS

    result

    object

    accounts

    object[]

  • Array [

  • accountIDstring
    Example: null
    accounttypestring
    Example: A
    endpointstring
    Example: System1
    namestring
    Example: smarquez
    statusstring
    Example: 1
    systemnamestring
    Example: System1
  • ]

  • totalstring
    Example: 6