Go
Get sessions for user
Retrieve details for a user’s sessions.
GET
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user to get sessions for
Query Parameters
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.
Required range:
1 <= x <= 100