Logo
Zoom Public API Documentation

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

 

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/email' -H 'Content-Type: application/json' -d '{"email":"\u003cemail\u003e"}'

ENDPOINTS