Update a user's email

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

Change a user's email address on a Zoom account that has managed domain set up. For user-level apps, pass the me value instead of the userId parameter.

  • If the Zoom account in which the user belongs has multiple managed domains , then the email to be updated must match one of the managed domains.
  • A user's email address can be changed up to 3 times in any 24 hour period.

Prerequisites:

  • Managed domain must be enabled in the account.
  • The new email address should not already exist in Zoom.

Scopes: user:write:admin , user:write

Rate Limit Label : Light

Request Body

{"email"=>"<email>"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``