Meetings
Add a participant
Adds a participant to the given meeting ID.
post/meetings/{meeting_id}/participants
Path parameters
meeting_idstring uuid required
ID of the meeting. Fetch the meeting ID using the create a meeting API.
Request body
Example request
{
"name": "Mary Sue",
"picture": "https://i.imgur.com/test.jpg"
}Response
Success response