Active Sessions
Get active sessions
zero_trust.access.users.active_sessions.list(struser_id, ActiveSessionListParams**kwargs) -> SyncSinglePage[ActiveSessionListResponse]
GET/accounts/{account_id}/access/users/{user_id}/active_sessions
Get single active session
zero_trust.access.users.active_sessions.get(strnonce, ActiveSessionGetParams**kwargs) -> ActiveSessionGetResponse
GET/accounts/{account_id}/access/users/{user_id}/active_sessions/{nonce}