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

    endpoint string

    mandatory

    securitysystem string

    mandatory

Responses

Export Account

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    message string

    result

    object

    accounts

    object[]

  • Array [

  • accountID string
    accounttype string
    endpoint string
    name string
    status string
    systemname string
  • ]

  • total string
Loading...