v1
latestOpenAPI 3.0.12026-07-17121214.5 KBAPI
Get participants for a meeting
get/api/meeting/{meetingId}/participants
Path parameters
meetingIdstring required
Response
Success
Example response
[
{
"username": "hans.example",
"name": "Hans Example",
"email": "hans.example@example.com",
"profileImage": "http://my.image.com/bla.png"
}
]