Disassociate a user from one Account and move the user to another Account under the same Master Account. With this API, a user under a Master Account or a Sub Account can be moved to another Sub Account within the same Master Account. To move a user from a Master Account to a Sub Account, use me as the value for accountId. In this scenario, "me" refers to the Account ID of the Master Account. To move a user from one Sub Account to another Sub Account, provide the Sub Account's Account ID as the value for accountId. **Prerequisites**:* The account should have Pro or a higher plan with Master Account option enabled.* The user whose account needs to be switched should not be an admin or an owner of that account.* The user should not have the same managed domain https://support.zoom.us/hc/enus/articles/203395207WhatisManagedDomain as the account owner.**Scope:** user:master ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

switchUsersAccount(accountId, account_id, return_response = F)

Arguments

account_id

The Account ID of the account to which you would like move the user to.

return_response

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