Update the password of a user using which the user can login to Zoom. After this request is processed successfully, an email notification will be sent to the user stating that the password was changed. Scopes:user:write:adminuser:write Rate Limit Label:Medium Prerequisites:
Owner or admin of the Zoom account.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://api.zoom.us/v2/users//password' \
--form'password=""'
响应示例响应示例
204 - 示例 1
{}
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢204**HTTP Status Code:** `204` **OK**<br>
Password updated.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request** <br><br> **Error Code:** `300` <br>Your new password can not match the old password.<br>This password cannot be changed because it has already been changed the maximum number of times over the past 24 hours.<br>
🟠404**HTTP Status Code:** `404` **Not Found**<br><br>
**Error Code:** `1001`<br>
User does not exist: $userId.