Was this helpful?
Invite an user as conference room participant.
/conference_rooms/{id}/participants/invite
The unique ID of conference room.
The number of invited participant.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/conference_rooms/{id}/participants/invite' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
No body