Update a webinar registrant's status. Using this API, you can specify whether you want to approve a registration, deny a registration or cancel a previously approved registration.
curl--location--request PUT 'http://api.zoom.us/v2/webinars//registrants/status' \
--form'action=""'
响应示例响应示例
200 - 示例 1
{}
请求参数
Path 参数
Query 参数
Body 参数multipart/form-data
返回响应
🟢200**HTTP Status Code:** `200`<br>
The webinar plan subscription is missing. Enable webinar for this user once the subscription is added: {userId}.
application/json
Body
🔵300**HTTP Status Code:** `300`<br>Invalid webinar ID.
🟠400**HTTP Status Code:** `400`<br>
Bad request<br>
**Error Code:** `1010`<br>
User does not belong to this account:{accountId}.<br>
**Error Code:** `3035`<br>
Webinar has reached maximum attendee capacity.<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>