v1

latestOpenAPI 3.0.02026-07-2411724301.7 KB
Room

Add participant to a room

Add participant to a room by its Id.

post/v2/rooms/{room_id}/participants

Path parameters

room_idstring required

Room id

Request body

user_idstring required

User id of the participant.

is_adminboolean

Indicates if the participant is admin or not.

Response