The current account owner can change the owner of an account https://support.zoom.us/hc/enus/articles/115005686983ChangeAccountOwner to another user on the same account. Use this API to change the owner of a Sub Account. <aside>Your account must be a Master Account in order to use this API to update the account owner of a Sub Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href="https://zoom.us/plan/api">ISV team</a> for more details. Please note that the created account user will receive a confirmation email.</aside> **Prerequisites**: * Account owner or admin permissions of an account.* Pro or a higher plan with Master Account option enabled.**Scopes:** account:write:admin or account:master** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy

updateTheAccountOwner(accountId, email, return_response = F)

Arguments

accountId

Account Id of the account.

email

Email address of the new owner.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.