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

namestring nullable

(Optional) Name of the participant.

picturestring uri nullable

(Optional) A URL to a picture to be used for the participant.

preset_namestring required

Name of the preset to apply to this participant.

custom_participant_idstring required

A unique participant ID. You must specify a unique ID for the participant, for example, UUID, email address, and so on.

Example request

{
  "name": "Mary Sue",
  "picture": "https://i.imgur.com/test.jpg"
}

Response

Success response

successboolean required

Success status of the operation