Conference
Get room participant details
Get room participant details.
get/conference_rooms/{id}/participants/{participant_id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of conference room.
participant_idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The id of the participant.
Response
OK
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"display_name": "\"example\"<sip:100@example.com>"
}