Skip to main content

List a Room Session's Members

A list of Members for a particular Room Session.

Permissions

The API token must include the following scopes: Video.

Path Parameters
id uuid REQUIRED

Unique ID of the Room Session

Responses
200

OK

Schema OPTIONAL
links object OPTIONAL
self string OPTIONAL
first string OPTIONAL
next string OPTIONAL
prev string OPTIONAL
data object[] OPTIONAL
id uuid OPTIONAL

Unique ID of the Member

name uuid OPTIONAL

Display name of the Member

room_session_id uuid OPTIONAL

Unique ID of the Room Session.

join_time date-time OPTIONAL

Timestamp of when the Member joined the Room Session

leave_time date-time OPTIONAL

Timestamp of when the Member left the Room Session

duration integer OPTIONAL

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