Update Room Participants

This endpoint allows users to update the participants of a specific video lobby room by its ID. The request body should include the necessary participant details as specified in the UpdateVideoLobbyDto. [scope: VideoLobby, claim: Update]

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the room to update.

Body Params
date-time
required

The start date and time of the event in ISO format. Default is the current date minus 30 days.

date-time
required

The end date and time of the event in ISO format. Default is the current date minus 30 days.

host
object
required

Details of the host of the meeting, including userId and acsId.

attendees
array of objects
required

List of attendees for the meeting, each with a userId and acsId.

attendees*
string
required

The subject or title of the meeting.

string
required

Additional notes related to the meeting.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json