Skip to main content

Edit event attendee

Edit a single event attendee's status and/or metadata

Path Parameters
    companyID companyID required

    The id of the company

    eventID eventID required

    The id of the event

    userID userID-f250f23c-5e5d-4e9e-b5d7-038c78c54ca2 required

    The id of the user

Request Body

Attendee fields to update

    status string

    Possible values: [going, waitlist, declined, invited]

    Attendance status of the user

    metadata object

    Attendee metadata fields to update

    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

    checkIn boolean nullable

    Whether the user was checked in

Responses

Attendee updated successfully


Schema
    message string

    Error message

Loading...