Member Endpoints
Create Members
Add Member to the Room
POST
/
rooms
/
{room_id}
/
members
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
room_id
string
requiredroom id
Body
application/json
user_id
string
requiredID of the user.
type
enum<string>
default: guestType of user in this room
- guest: The user is guest.
- host: The user is host. This user has administrator privileges.
- monitor: The user is observer. Can watch the meeting, but can not join.
Available options:
guest
, host
, monitor
Response
200 - application/json
member
object
required