Search for 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
Number of results to return per page.
The initial index from which to return the results.
Input serializer for person search requests. Note: Pagination (limit/offset) is handled via query params, not POST body.