v7

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01426118.4 KB
Admin

List recently active user IDs

Returns IDs of users with heartbeats since the given timestamp. The since value is floored to at most 90 days ago, and results are capped at 50,000 IDs.

get/api/admin/v1/users/active

Query parameters

sinceinteger

Unix timestamp (seconds). Values older than 90 days ago are floored to 90 days ago. Negative values return 422.

Response

successful

user_idsinteger[]

Example response

{
  "user_ids": [
    42
  ]
}