Meetings

Edit a participant's detail

Updates a participant's details for the given meeting and participant ID.

patch/meetings/{meeting_id}/participants/{participant_id}

Path parameters

meeting_idstring uuid required

ID of the meeting. You can fetch the meeting ID using the create a meeting API.

participant_idstring required

ID of the participant. You can fetch the participant ID using the add a participant 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 nullable

(Optional) Name of the preset to apply to this participant.

Example request

{
  "name": "Jane Doe"
}

Response

Success response

successboolean required

Success status of the operation