Deleting a user permanently removes the user and their data from Zoom. Users can create a new Zoom account using the same email address. An account owner or an account admin can transfer meetings, webinars and cloud recordings to another Zoom user account before deleting.
This API disassociates (unlinks) a user from the associated Zoom account and provides the user their own basic free Zoom account, and the user can purchase their own licenses. You can transfer the user's data (meetings, webinars and cloud recordings) to another user before disassociation. To permanently delete a user, specify "delete" as the value of the action query parameter. Scopes:user:write:adminuser:write Rate Limit Label:Light
请求参数
Path 参数
Query 参数
返回响应
🟢204**HTTP Status Code:** `204`<br>
User deleted.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request** <br><br> **Error Code:** `300`<br>The transfer-to email address cannot be the same as the unlinked or deleted user’s email address.<br> Unable to unlink API user(s).<br><br>
**Error Code:** `200`<br>Cannot delet
🟠404**HTTP Status Code:** `404` **Not Found**<br><br>
**Error Code:** `1001`<br>
User does not exist: $userId.<br>