curl--location--request PUT 'http://api.zoom.us/v2/meetings//registrants/status' \
--form'action=""'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
Query 参数
Body 参数multipart/form-data
返回响应
🟢204**HTTP Status Code:** `204`<br>
Registrant status updated.
application/json
Body
🔵300**Error Code:** `300`<br>
This meeting has not set registration as required:{meetingId}.
🟠400**HTTP Status Code:** `400`<br>
**Error Code:** `1010`<br>
User does not belong to this account: {accountId}.<br>
**Error Code:** `3000`<br>
Cannot access meeting information.<br>
**Error Code:** `3003`<br>
You're not the meeting host.
🟠404**HTTP Status Code:** `404`<br>
Meeting or registrant not found.
**Error Code:** `1001`<br>
User does not exist: {userId}.<br>