API ReferenceAdmin Activity
Activity Stats
GET
/v1/admin/activity/statsAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
tz_offset_minutes?Tz Offset Minutes
Browser UTC offset in minutes (JS -getTimezoneOffset()); anchors 'today' to the operator's local day instead of server UTC.
Default
0client_id?|
Filter to one OAuth application owned by the caller.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/admin/activity/stats"{ "sign_ins_today": 0, "total_sign_ins": 0, "active_sessions": 0, "failed_today": 0, "avg_latency_ms": 0, "workforce_users": 0, "external_users": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}