DESCRIPTION
Retrieve all users for the current system.
URL STRUCTURE
https://[hostname]/users/all
METHOD
GET
HEADERS
**Authorization:**
string Base64 [email]:[key]
RETURNS
Sample response
[
{
"id": "1622",
"oldId": null,
"subscriberId": "1",
"username": "Wilf",
"email": "[email protected]",
"secondaryEmail": [
""
],
"firstName": "Tom",
"secondName": "Wilford",
"subscriberRef": "wal",
"clientSQL": null,
"loginCount": "209",
"lastLogin": "2019-07-06 12:55:59",
"notes": null,
"gender": "m",
"initials": "TW",
"legalEntity": "1"
},
{
"id": "153",
"oldId": null,
"subscriberId": "1",
"username": "snicholson",
"email": "[email protected]",
"secondaryEmail": [
""
],
"firstName": "Sam",
"secondName": "",
"subscriberRef": "wal",
"clientSQL": null,
"loginCount": "2072",
"lastLogin": "2019-06-01 13:52:19",
"notes": null,
"gender": "m",
"initials": "",
"legalEntity": "1"
}
]