provider Api20100401AuthCallsIpAccessControlListMapping POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json
Create a new IP Access Control List mapping
Create a new IP Access Control List mapping
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
string
DomainSid path required
The SID of the SIP domain that will contain the new resource.
string

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createsipauthcallsipaccesscontrollistmapping
POST/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json
Create a new IP Access Control List mapping

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.

required

The SID of the SIP domain that will contain the new resource.

Input

required

The SID of the IpAccessControlList resource to map to the SIP domain.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.createsipauthcallsipaccesscontrollistmapping()