Active Sessions
Get active sessions
client.zeroTrust.access.users.activeSessions.list(stringuserId, ActiveSessionListParams { account_id } params, RequestOptionsoptions?): SinglePage<ActiveSessionListResponse { expiration, metadata, name } >
GET/accounts/{account_id}/access/users/{user_id}/active_sessions
Get single active session
client.zeroTrust.access.users.activeSessions.get(stringuserId, stringnonce, ActiveSessionGetParams { account_id } params, RequestOptionsoptions?): ActiveSessionGetResponse { account_id, auth_status, common_name, 16 more }
GET/accounts/{account_id}/access/users/{user_id}/active_sessions/{nonce}