GET
/
latest_active_users
[
  {
    "user_id": 123,
    "last_active": "2023-11-07T05:31:56Z"
  }
]

Query Parameters

limit
integer
default:5

Maximum number of active users to return (default: 5).

Response

200
application/json

List of latest active users with their last active timestamp.

The response is of type object[].