Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Update A User S 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 will be sent to the user stating that the password was changed.
    Scopes: user:write:admin user:write

    Rate Limit Label: Medium Prerequisites:

    • Owner or admin of the Zoom account.

    Input

    type: object properties: parameters: type: object properties: userId: oneOf: - type: string example: 6dfgdfgdg444447b0egga - type: string format: email example: [email protected] - type: string enum: - me example: me description: >- The user ID or email address of the user. For user-level apps, pass the `me` value. required: - userId title: Parameters data: type: object properties: password: description: >- 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/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd), the value provided in this field must meet those requirements. These requirements can be retrieved by calling the [**Get account settings](/docs/api-reference/zoom-api/ma#operation/accountSettings) API and referring to the `password_requirement` field present in the `security` object. minimum: 8 type: string example: if42!LfH@ title: Data