account

GET /api/3.0/account

Retrieve a list detailing all staff accounts in your system.

 1{
 2    "version": "3.0",
 3    "account_id": 1,
 4    "host_id": "your-company.checkfront.com",
 5    "name": "Your Company",
 6    "locale": {
 7        "id": "en_US",
 8        "lang": "en",
 9        "currency": "CAD"
10    },
11    "request": {
12        "status": "OK",
13        "resource": "account",
14        "records": 1,
15        "limit": 0,
16        "page": 1,
17        "pages": 1,
18        "time": 0.0013,
19        "method": "get"
20    },
21    "account": [
22        {
23            "account_id": 1,
24            "first_name": "Johnson",
25            "last_name": "Smith",
26            "email": "support@checkfront.com",
27            "mobile_phone": "",
28            "nickname": "John",
29            "login_id": "johnsmith",
30            "enabled": 1,
31            "date_created": 1490573063,
32            "date_last_login": 1490573064,
33            "ip_last_login": "0.0.0.0",
34            "feed_token": "354629ce3117f34e0d7208d4847137f371deae824625ee1635009b7b88ed8804",
35            "partner": 0
36        }
37    ]
38}