updateUsersEmail.Rd
Change a user's email address https://support.zoom.us/hc/enus/articles/201362563HowDoIChangetheEmailonMyAccount on a Zoom account that has managed domain set up.If the Zoom Account in which the user belongs, has multiple managed domains https://support.zoom.us/hc/enus/articles/203395207WhatisManagedDomain , the email to be updated must match one of the managed domains.**Scopes:** user:write:admin user:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light> Note: A user's email address can only be changed for a maximum of 3 times in a day 24 hours .**Prerequisite:*** Managed domain must be enabled in the account.* The new email address should not already exist in Zoom.
updateUsersEmail(userId, email, return_response = F)
userId | The user ID or email address of the user. For userlevel apps, pass me as the value for userId. |
---|---|
User’s email. The length should be less than 128 characters. |
|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |