This API allows a Master Account with SIP Connected Audio plan to list internal phone numbers i.e., numbers that are not provided by Zoom but are owned by the organization consuming the API assigned to a Master Account or a Sub Account.To list internal numbers of a Sub Account, provide the account ID of the Sub Account in the accountId path parameter. To list internal numbers of a Master Account, provide me as the value of the accountId path parameter.<b>Prerequisites:</b>* The account making this API request must be a Master Account with API Partner Plan https://zoom.us/plan/api and SIP Connected Audio Plan.**Scope:** sip_trunk:master

listInternalNumbers(
  accountId,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

accountId

Unique identifier of the account. To list internal numbers of a Sub Account, provide the account ID of the Sub Account in the accountId path parameter. To list internal numbers of a Master Account, provide me as the value of the accountId path parameter.

page_size

The number of records returned within a single API call.

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.