cork_get_client_domains
Retrieve email domains associated with a client using its UUID. Domain UUIDs from the results can filter compliance events.
Instructions
List email domains observed for a client. Domain UUIDs can be used to filter cork_get_compliance_events. Requires a client UUID from cork_get_clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| page_size | No | Items per page (max 100). Defaults to 10. | |
| client_uuid | Yes | Client UUID, from cork_get_clients. |