Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.38
references/webinars.mdMarkdown1 KBView on GitHub
Create and manage Zoom webinars programmatically.
POST /users/{userId}/webinars{
"topic": "My Webinar",
"type": 5,
"start_time": "2024-01-15T10:00:00Z",
"duration": 60,
"settings": {
"host_video": true,
"panelists_video": true,
"registration_type": 1
}
}GET /webinars/{webinarId}PATCH /webinars/{webinarId}DELETE /webinars/{webinarId}GET /webinars/{webinarId}/registrantsPOST /webinars/{webinarId}/registrants| Type | Value | Description |
|---|---|---|
| Webinar | 5 | Single webinar |
| Recurring (no fixed time) | 6 | Recurring, no schedule |
| Recurring (fixed time) | 9 | Recurring with schedule |
webinar:read - View webinarswebinar:write - Create/update/delete webinars