Skip to main content

Get event attendees

Get an event attendees

Path Parameters
    companyID companyID required

    The id of the company

    eventID eventID required

    The id of the event

Responses

List of event attendees


Schema
    items object[]

    List of event attendees

  • Array [
  • id string nullable

    Unique ID a user

    email string

    Email of the user

    status string

    Possible values: [Invited, On Waitlist, Attending, Declined]

    Status of the user

    audience boolean

    Whether the user is part of the audience

    joinedAt date-time nullable

    Date the user joined the event

    joinedWaitlistAt date-time nullable

    Date the user joined the waitlist

    declinedAt date-time nullable

    Date the user declined the event

    checkedIn boolean

    Whether the user was checked in

  • ]
Loading...