Skip to main content

List Attendees

GET 

/workstations/:workstation_id/meeting/attendees

List all attendees in the current meeting.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Responses

Successfully listed the set of attendees.

Schema

    object string

    Possible values: [list]

    data

    object[]

  • Array [

  • id int32required

    The integer ID associated with a meeting attendee.

    name stringrequired

    The name of the attendee.

    email stringrequired

    The email of the attendee.

    status MeetingAttendeeStatus (string)required

    Possible values: [active, inactive]

    The status of the meeting attendee.

    createdAt date-timerequired

    The creation time of the attendee.

  • ]

Loading...