sophos_get_case_impacted_entities
Retrieve all endpoints, users, and other entities impacted by a specific security case. Use to assess scope and identify affected resources within a tenant.
Instructions
Get impacted entities (endpoints, users, etc.) associated with a case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact match search for entity name | |
| page | No | Page number (1-based) | |
| sort | No | Sort column e.g. 'type:asc' | |
| type | No | Exact match search for entity type | |
| case_id | Yes | Case UUID | |
| entity_id | No | Exact match search for entity ID | |
| page_size | No | Results per page | |
| tenant_id | Yes | Tenant UUID |