- Retrieve a paginated list of tenant administrators from Sophos Central
- Retrieve details of a specific tenant administrator by ID
- Promote an existing user to tenant admin with role assignments
- Remove an admin (demote user back to regular user)
- Assign a role of principal type "user" to a tenant admin (overrides any existing assignment)
- Revoke a role assignment from an admin
- Retrieve a paginated list of alerts from Sophos Central
- Retrieve details of a specific alert by ID
- Perform an action on a specific alert
- Search alerts using POST body for advanced filtering
- Retrieve a paginated list of endpoint groups
- Retrieve details of a specific endpoint group by ID
- Create a new endpoint group
- Update an endpoint group's name or description
- Delete an endpoint group (endpoints are not deleted)
- Retrieve all endpoints belonging to a specific endpoint group
- Add one or more endpoints to an endpoint group
- Remove one or more endpoints from an endpoint group
- Retrieve a paginated list of endpoint devices from Sophos Central
- Retrieve details of a specific endpoint device by ID
- Delete an endpoint device from Sophos Central
- Force an endpoint to check for agent updates
- Get network isolation status for a specific endpoint
- Retrieve the current Sophos Central service principal identity via the whoami endpoint. Returns auth type (service_user) and the tenant/partner/org ID. OAuth scopes are not applicable — Sophos uses role-based access on service principals.
- List Sophos Central directory user groups mapped to the StackOne IAM unified group schema. Returns id, name, description, and timestamps. Type is pinned to "group" (Sophos has one flat group concept).
- Retrieve a single Sophos Central directory user group by ID, mapped to the StackOne IAM unified group schema.
- List all Sophos Central tenant roles (predefined and custom) mapped to the StackOne IAM unified role schema. Returns role name, description, and type synthesized from the role name.
- Retrieve a single Sophos Central role by ID, mapped to the StackOne IAM unified role schema.
- List Sophos Central directory users mapped to the StackOne IAM unified user schema. Returns identity fields (id, name, email) and timestamps. Roles are not available on the directory endpoint and are intentionally omitted; groups membership is not returned inline.
- Retrieve a single Sophos Central directory user by ID, mapped to the StackOne IAM unified user schema. Supports expand=groups to include group membership inline.
- Retrieve all security policies configured for the tenant
- Retrieve details of a specific policy by ID
- Create a new security policy
- Update an existing policy's settings, assignments, or metadata
- Delete a security policy
- Retrieve all tenant roles from Sophos Central
- Retrieve details of a specific role by ID
- Retrieve all available permission sets
- Retrieve a paginated list of user groups from Sophos Central
- Retrieve details of a specific user group by ID
- Create a new user group in the Sophos Central directory
- Update an existing user group's details
- Delete a user group from the Sophos Central directory
- Retrieve all users belonging to a specific user group
- Add one or more users to a user group
- Remove one or more users from a user group
- Retrieve a paginated list of directory users from Sophos Central
- Retrieve details of a specific directory user by ID
- Create a new user in the Sophos Central directory
- Update an existing directory user's details
- Delete a user from the Sophos Central directory
- Retrieve all user groups that a specific user belongs to
- Add a user to one or more user groups
- Remove a user from one or more user groups
No matching actions