Retrieves a paginated list of guests with filtering, sorting, and search capabilities.
Documentation Index
Fetch the complete documentation index at: https://docs.attendu.com/llms.txt
Use this file to discover all available pages before exploring further.
Event ID to scope the guest list.
Number of records to skip for pagination.
x >= 00
Maximum number of records to return.
1 <= x <= 10020
Search term for filtering guests by first name, last name, or email.
"john"
Filter guests by exact email address match.
"john@example.com"
Sort field and direction (field:asc|desc).
"lastName:asc"
JSON-encoded filter criteria for guest properties.
"{\"status.confirmation\":1}"