Logo
Zoom Public API Documentation

Update a user's password

PUT {{baseUrl}}/users/:userId/password

Update the password of a user using which the user can login to Zoom. For user-level apps, pass the me value instead of the userId parameter.

After this request is processed successfully, an email notification is sent to the user saying that the password was changed.

Prerequisites:

  • Owner or admin of the Zoom account.

Scopes: user:write:admin,user:write

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/users/:userId/password' -H 'Content-Type: application/json' -d '{"password":"\u003cstring\u003e"}'

ENDPOINTS