Panelists in a Webinar can view and send video, screen share, annotate, etc and do much more compared to attendees in a webinar. Use this API to add panelists to a scheduled webinar.
curl--location--request POST 'http://api.zoom.us/v2/webinars//panelists'
响应示例响应示例
200 - 示例 1
{}
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢200**HTTP Status Code:** `200`<br>
Webinar plan subscription missing. Enable webinar for this user once the subscription is added.
application/json
Body
🟢201**HTTP Status Code:** `201`<br>
Panelist created.
🟠400**HTTP Status Code:** `400`<br>
Bad request<br>
**Error Code:** `1010`<br>
User does not belong to this account:{accountId}.<br>
🟠404**HTTP Status Code:** `404`<br>
Webinar not found.<br>
**Error Code:** `1001`<br>
User {userId} does not exist or does not belong to this account.<br>
**Error Code:** `3001`<br>
Webinar {webinarId} not found or has expired.<br>