listSubAccounts.Rd
List all the Sub Accounts under the Master Account.Only Master Accounts can create and have Sub Accounts. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the ISV team https://zoom.us/plan/api for more details.**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 :** Medium
listSubAccounts( page_size = NULL, page_number = NULL, next_page_token = NULL, return_response = F )
page_size | The number of records returned within a single API call. |
---|---|
page_number | **Deprecated** This field has been deprecated and we will stop supporting it completely in a future release. Please use "next_page_token" for pagination instead of this field.The page number of the current page in the returned records. |
next_page_token | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |