Skip to main content

Get Active Users

GET 

/settings/users/active-users

Returns a list of users currently active in the system, including their browser, OS, and session duration.

Request

Responses

A list of active user sessions retrieved successfully.

Schema
    status string
    response-code integer
    result object[]
  • Array [
  • browser string
    version string
    majorVersion integer
    userAgent string
    os string
    user.id int64
    last.active.timestamp int64

    Unix timestamp of the last activity.

    duration integer

    Session duration in seconds or milliseconds.

    user.name string
    user.type string
    remote.address ipv4
  • ]
Loading...