Number of APIs: 2
GET {{baseUrl}}/users/:userId/meetings?type=scheduled&page_size=30&next_page_token=<string>&page_number=<integer>&from=<date>&to=<date>&timezone=<string>
List a meeting host user's scheduled meetings. For user-level apps, pass the Note
* This API only supports scheduled meetings. This API does not return information about instant meetings.
* This API only returns a user's unexpired meetings. Scopes: Rate Limit Label: me
value instead of the userId
parameter. meeting:read
,meeting:read:admin
MEDIUM
POST {{baseUrl}}/users/:userId/meetings
Create a meeting for a user. For user-level apps, pass the Note: For security reasons, the recommended way to programmatically get the updated 100 requests per day. The rate limit is applied against the Scopes: Rate Limit Label: me
value instead of the userId
parameter.
start_url
value is the URL a host or an alternative host can use to start a meeting. The expiration time for the start_url
value is two hours for all regular users.custCreate
meeting hosts (users created with the custCreate
parameter via the Create users API), the expiration time of the start_url
parameter is 90 days from the generation of the start_url
.start_url
value after expiry is to call the Get a meeting API. Refer to the start_url
value in the response. userId
of the meeting host used to make the request.meeting:write
,meeting:write:admin
MEDIUM
ENDPOINTS