sessions

List auth sessions

Use this method to list auth sessions.

get/sessions/

Query parameters

activeboolean

Select only active (true) or inactive (false) sessions. Inactive sessions appear only if face_and_password authentication is set

created_date_gtstring date-time

Select objects with created_date greater than this value

created_date_gtestring date-time

Select objects with created_date greater than or equal to this value

created_date_ltstring date-time

Select objects with created_date less than this value

created_date_ltestring date-time

Select objects with created_date less than or equal to this value

id_instring[]

Select sessions with provided ids

ip_instring[]

Select sessions with ip in these subnets / IP addresses (both supported)

limitstring

Number of results to return per page.

mobileboolean

Select only mobile (true) or desktop (false) sessions

orderingstring

Which field to use when ordering the results. Available fields: created, last_ping_date, mobile, status, user__username

pagestring

Pagination cursor value.

statusstring[]

Session status

user_id_ininteger[]

Select sessions related to users with provided ids

user_name_instring[]

Select sessions related to users with provided user_names

uuid_instring[]

Select sessions related to one or multiple uuids

Response

next_pagestring nullable
prev_pagestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.