Update the password https://support.zoom.us/hc/enus/articles/206344385ChangeaUsersPassword 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:admin user:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium**Prerequisites:*** Owner or admin of the Zoom account.

updateUsersPassword(userId, password, return_response = F)

Arguments

userId

The user ID or email address of the user. For userlevel apps, pass me as the value for userId.

password

User password. Should be less than 32 characters.**Note:** If the account owner or admin has enabled enhanced password requirements https://support.zoom.us/hc/enus/articles/360034675592Advancedsecuritysettings#h_fa9186e468184f7a915c2e25c19f0acd , the value provided in this field must meet those requirements. These requirements can be retrieved by calling the Get Account Settings API https://marketplace.zoom.us/docs/apireference/zoomapi/accounts/accountsettings and referring to the password_requirement field present in the security object.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.