Interface GetSessionsForUserRequest

Hierarchy

  • GetSessionsForUserRequest

Properties

from?: string

Optional session ID from which to start selection (exclusive).

include_totals?: boolean

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

take?: number

Number of results per page. Defaults to 50.

user_id: string

ID of the user to get sessions for