With SIPconnected audio, Zoom establishes a SIP trunk a network connection specifically designed to make and deliver phone calls over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are OnNet from the perspective of the customers’ IP telephony network, will be connected over this trunk rather than over the PSTN.Use this API to list all the SIP trunks assigned to a Master Account or a Sub Account of the Master Account. To retrieve SIP trunks assigned to a Sub Account, provide the account ID of the Sub Account in the accountId path parameter. To retrieve SIP trunks of a Master Account, provide me as the value of the accountId path parameter. **Scope:** sip_trunk:read:admin<b>Prerequisites:</b>* The account must either be a Master Account or a Sub Account with API Partner Plan https://zoom.us/plan/api and SIP Connected Audio Plan.

listSipTrunks(accountId, return_response = F)

Arguments

accountId

Unique Identifier of the Account. To retrieve SIP trunks assigned to a Sub Account, provide the account ID of the Sub Account in the as the value of this field. To retrieve SIP trunks of a Master Account, provide me as the value of this field.

return_response

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