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
- multipart/form-data
Body
endpoint string
mandatory
securitysystem string
mandatory
Responses
- 200
Export Account
Response Headers
- Date - string 
- Server - string 
- Set-Cookie - string 
- Transfer-Encoding - string 
- X-Frame-Options - string 
- application/json
- Schema
- Example (from schema)
- Export Account
Schema
- Array [ 
- ] 
errorCode string
message string
result
object
accounts
object[]
accountID string
accounttype string
endpoint string
name string
status string
systemname string
total string
{
  "errorCode": "0",
  "message": "SUCCESS",
  "result": {
    "accounts": [
      {
        "accountID": "null",
        "accounttype": "A",
        "endpoint": "System1",
        "name": "smarquez",
        "status": "1",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "tbowers",
        "status": "Manually Provisioned",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "dbailey",
        "status": "Manually Provisioned",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "mchapman",
        "status": "Manually Provisioned",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "glogan",
        "status": "1",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "lkrause",
        "status": "1",
        "systemname": "System1"
      }
    ],
    "total": "6"
  }
}
{
  "errorCode": "0",
  "message": "SUCCESS",
  "result": {
    "accounts": [
      {
        "accountID": "null",
        "accounttype": "A",
        "endpoint": "System1",
        "name": "smarquez",
        "status": "1",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "tbowers",
        "status": "Manually Provisioned",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "dbailey",
        "status": "Manually Provisioned",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "mchapman",
        "status": "Manually Provisioned",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "glogan",
        "status": "1",
        "systemname": "System1"
      },
      {
        "accountID": "null",
        "accounttype": "null",
        "endpoint": "System1",
        "name": "lkrause",
        "status": "1",
        "systemname": "System1"
      }
    ],
    "total": "6"
  }
}
Loading...