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
endpointstring
mandatory
Example:
System1
securitysystemstring
mandatory
Example:
System1
Responses
- 200
Export Account
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Export Account
Schema
Array [
]
errorCodestring
Example:
0
messagestring
Example:
SUCCESS
result
object
accounts
object[]
accountIDstring
Example:
null
accounttypestring
Example:
A
endpointstring
Example:
System1
namestring
Example:
smarquez
statusstring
Example:
1
systemnamestring
Example:
System1
totalstring
Example:
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"
}
}
{
"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"
}
}