/usersReturn all tracked users and their tracking periods. Inactive users are omitted unless requested.
| Parameter | Type | Description |
|---|---|---|
platform | string | Filter by X or TRUTH_SOCIAL. |
stats | boolean | Include detailed posting statistics using the legacy response shape. |
includeInactive | boolean | Include people without an active tracking period. |
{
"success": true,
"data": [
{
"id": "uuid",
"handle": "realDonaldTrump",
"name": "Donald J. Trump",
"platform": "TRUTH_SOCIAL",
"avatarUrl": "https://...",
"verified": true,
"trackings": [],
"_count": { "posts": 95 }
}
]
}Legacy mode: ?stats=true returns an array directly rather than the standard response envelope.