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