sophos_list_mailboxes
List email mailboxes in a Sophos tenant with filters for name, email, type, blocked status, and creation date. Use pagination to navigate results.
Instructions
List email mailboxes in a tenant with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact match by mailbox name | |
| type | No | Filter by mailbox type | |
| No | Exact match by email address | ||
| blocked | No | Filter by blocked status | |
| page_size | No | Results per page | |
| tenant_id | Yes | Tenant UUID | |
| created_after | No | Mailboxes created after this date (ISO 8601) | |
| page_from_key | No | Pagination key from previous response | |
| created_before | No | Mailboxes created before this date (ISO 8601) | |
| name_starts_with | No | Filter mailboxes where name starts with this string | |
| email_starts_with | No | Filter mailboxes where email starts with this string |