Skip to main content

List a Room Session's Members

GET 

/room_sessions/:id/members

A list of Members for a particular Room Session.

Permissions

The API token must include the following scopes: Video.

Request

Path Parameters

    id uuidrequired

    Unique ID of the Room Session

Responses

OK

Schema

    links

    object

    selfstring
    firststring
    nextstring
    prevstring

    data

    object[]

  • Array [

  • iduuid

    Unique ID of the Member

    nameuuid

    Display name of the Member

    room_session_iduuid

    Unique ID of the Room Session.

    join_timedate-time

    Timestamp of when the Member joined the Room Session

    leave_timedate-time

    Timestamp of when the Member left the Room Session

    durationinteger

    How long the Member stayed in the Room Session, in seconds.

    Example: 120
  • ]