Invite

Invite meeting participant

Invite an user as meeting participant.

post

/user/meetings/{id}/participants/invite

Authorizations
Path parameters
idall ofrequired

The unique ID of conference room.

Body
numberstring

The number of invited participant.

Responses
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?