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