Search for persons (customer contacts) using various criteria. Supports searching by email, first_name, last_name (case-insensitive substring match), or customer_id (exact match to filter by associated customer). At least one search parameter must be provided. Pagination is handled via query params (limit, offset).
API key for authentication
Maximum number of results to return (default: 100, max: 1000)
Number of results to skip (default: 0)
Input serializer for person search requests. Note: Pagination (limit/offset) is handled via query params, not POST body.