User
Get meeting participant details
Get meeting participant details.
get/user/meetings/{id}/participants/{participant_id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of meeting.
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>"
}