Sophos Central connector
Back to the connector overview, authentication methods, and actions.
1 Sept 2026
bug-fixFixed user and group lists being truncated on large accounts.Changed · 6 actions updated
Changed · 6 actions updated
sophos_unified_get_group, sophos_unified_get_me, sophos_unified_get_user, sophos_unified_list_groups, sophos_unified_list_roles, sophos_unified_list_users22 Jul 2026
bug-fixFixed IAM list pagination past page 1 on unified_list_users and unified_list_groups — the raw response-derived result.next overrode StackOne’s virtual-pagination cursor and could not survive a round-trip, causing 400 Invalid cursor past the first page. Replaced with a fixed page fan-out that lets virtual pagination own the cursor end-to-end.