Participants
Retrieve a collection of meeting participants.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of conference room.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get
/user/meetings/{id}/participantsGet meeting participant details.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of conference room.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwparticipant_idall ofRequired
The unique ID of conference room participant.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
idall ofOptional
The unique ID of conference room participant.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwdisplay_namestringOptionalExample:
The display name of conference room participant.
"example"<sip:[email protected]>mutedbooleanOptional
Whether the participant is muted.
chairmanbooleanOptional
Indicates whether the user is chairman of the conference room.
positioninteger · int32 · min: -1 · max: 8Optional
The position of room member.
The member will not be displayed when -1 is specified.
4XX
Error
get
/user/meetings/{id}/participants/{participant_id}