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
Request Body
{"password"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |