EventAttendee
A person attending an event
display_namestringrequired
Attendee display name
Example:
John Dakeremailstringrequired
Attendee email address
Example:
jdaker@example.comfieldsobject[]required
Attendee custom fields
first_namestringrequired
Attendee first name
Example:
Johnidstringrequired
Unique attendee identifier (opaque ID)
Example:
attendee_7RDQF0G5VT8PAV4ERN90B5Q27Yis_organizerbooleanrequired
Is attendee organizer?
Example:
falselast_namestringrequired
Attendee last name
Example:
Dakermarketing_opt_inbooleanrequired
Has attendee opted in to marketing?
Example:
falsephone_numberstringnullable
Attendee phone number
Example:
+15555555555response_statusstringrequired
Attendee response status
Example:
acceptedtime_zonestringrequired
Attendee time zone
Example:
America/New_YorkEventAttendee
{
"display_name": "John Daker",
"email": "jdaker@example.com",
"fields": [],
"first_name": "John",
"id": "attendee_7RDQF0G5VT8PAV4ERN90B5Q27Y",
"is_organizer": false,
"last_name": "Daker",
"marketing_opt_in": false,
"phone_number": "+15555555555",
"response_status": "accepted",
"time_zone": "America/New_York"
}