Skip to main content

Sophos Central connector

Back to the connector overview, authentication methods, and actions.
22 Sept 2026
data-sync new-featureEnabled scheduled data sync on nine list actions: directory users, user groups, admins, endpoint policies, roles and role permission sets, plus the unified IAM users, groups and roles actions. These collections can now be kept in sync and read without calling Sophos Central on every request. All nine refresh in full each run, because no endpoint in scope exposes an updated-since filter. Endpoint groups, endpoints, alerts and alert search are not included, because all four returned no records on the account used for verification.
sophos_list_admins, sophos_list_permission_sets, sophos_list_policies, sophos_list_roles, sophos_list_user_groups, sophos_list_users, sophos_unified_list_groups, sophos_unified_list_roles, sophos_unified_list_users
1 Sept 2026
bug-fixFixed user and group lists being truncated on large accounts.
sophos_unified_get_group, sophos_unified_get_me, sophos_unified_get_user, sophos_unified_list_groups, sophos_unified_list_roles, sophos_unified_list_users
22 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.