Create a meeting link
POST/meeting.link.create
Create a meeting link.
Access: Organization and Personal. In Organization mode, specify the host by email. In Personal mode, the host defaults to the authenticated user.
Required scope: meeting:write or meetinglink:write
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 405
- 500
Meeting link successfully created
Bad request. Common causes:
- Required
namemissing - Personal token provided a
hostthat does not match the authenticated user - Floor could not be determined for the meeting link (host has no home floor and the Roam has no default home floor configured)
Presented invalid authentication credentials.
An unsupported method was requested.
An internal error occurred.