Conference

List room participants

Retrieve a collection of conference room participants.

get/conference_rooms/{id}/participants

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of conference room.

Response

OK

Example response

{
  "items": [
    {
      "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
      "display_name": "\"example\"<sip:100@example.com>"
    }
  ]
}