Retrieve details for a user’s sessions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the user to get sessions for
Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
An optional cursor from which to start the selection (exclusive).
Number of results per page. Defaults to 50.
1 <= x <= 100