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 参数
webinarId
integer<int64>
必需
The webinar ID in "long" format(represented as int64 data type in JSON).
Query 参数
occurrence_id
string
可选
The meeting occurrence ID.
Body 参数multipart/form-data
action
enum<string>
必需
Used to approve a registrant, deny a registrant, or cancel a previously approved registrant.
枚举值:
approvecanceldeny
registrants
array [object {2}]
可选
List of registrants.
email
string
可选
Registrant's email address.
id
string
可选
Registrant ID
返回响应
🟢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
object{0}
🔵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>