Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover all deleted Cloud Recordings of a specific meeting.
🟢200**Error Code:** `200`<br>
You do not have the right permissions.
application/json
Body
🟢204**HTTP Status Code:** `204` <br>
Deleted recordings of the meeting recovered.
🟠400**HTTP Status Code:** `400` <br>
**Error Code:** `1010`<br>
User does not belong to this account: {accountId}.
🟠404**HTTP Status Code:** `404` <br>
Meeting recording not found.<br> **Error Code:** `1001`<br> User does not exist: {userId}.<br>
**Error Code:** `3301`<br>There is no recording for this meeting.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://api.zoom.us/v2/meetings//recordings/status'