Admin
Was this helpful?
Was this helpful?
Get all administrators
10
0
Comma-separated ids to filter by
Set to true
to enable fuzzy id filtering. If false, only returns exact matches.
false
Field to sort by
Sort order for the selected field
GET /api/administrators HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"administrators": [
{
"id": "text",
"displayName": "text",
"createdAt": "text",
"updatedAt": "text",
"lastSeen": "text"
}
]
}
Get the total number of administrators. Useful for pagination.
Comma-separated ids to filter by
Set to true
to enable fuzzy id filtering. If false, only returns exact matches.
false
GET /api/administrators/count HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 1
}