v1

latestOpenAPI 3.0.12026-07-17121214.5 KB
API

Get participants for a meeting

get/api/meeting/{meetingId}/participants

Path parameters

meetingIdstring required

Response

Success

usernamestring required
namestring
emailstring
profileImagestring

Example response

[
  {
    "username": "hans.example",
    "name": "Hans Example",
    "email": "hans.example@example.com",
    "profileImage": "http://my.image.com/bla.png"
  }
]