getManagedDomains.Rd
Get a Sub Account's managed domains https://support.zoom.us/hc/enus/articles/203395207WhatisManagedDomain .**Note:** This API can be used by Zoom Accounts that are on a Pro or a higher plan as well accounts that have Master and Sub Accounts options enabled. To get managed domains of the Master Account, provide me as the value for accountId in the path parameter. Provide the Sub Account's Account ID as the value of accountId path parameter to get managed domains of the Sub Account.**Prerequisites:*** Pro or a higher paid account with Master Account option enabled. **Scope:** account:read:admin** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
getManagedDomains(accountId, return_response = F)
accountId | Unique Identifier of the account. To retrieve locked settings of the Master account or a regular account, provide "me" as the value of this field. To retrieve locked settings of a Sub Account, provide the Account ID of the Sub Account in this field. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |