This API allows a Master Account with SIP Connected Audio plan to assign internal phone numbers i.e., numbers that are not provided by Zoom but are owned by the organization consuming the API to a Master Account or a Sub Account.To add internal numbers to a Sub Account, provide the account ID of the Sub Account in the accountId path parameter. To add internal numbers to 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

addInternalNumbers(accountId, internal_numbers = NULL, return_response = F)

Arguments

accountId

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

return_response

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