For the complete documentation index, see llms.txt. This page is also available as Markdown.

List connected users in a location

get
Authorizations
defguard_sessionstringRequired
Path parameters
location_idinteger · int64Required

ID of the location.

Query parameters
fromstringOptional

Start of the reported period as an RFC 3339 timestamp. Defaults to 1 hour ago.

pageinteger · int32Optional

Page number. Defaults to 1.

per_pageinteger · int32Optional

Number of items per page, from 1 to 100. Defaults to 50.

Responses
200

Paginated list of connected users.

application/json

Envelope returned by paginated endpoints.

get/api/v1/network/{location_id}/stats/connected_users

Last updated

Was this helpful?