provider Api20100401AuthCallsCredentialListMapping POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json
Create a new credential list mapping resource
Create a new credential list mapping resource
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
createsipauthcallscredentiallistmapping
POST/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json
Create a new credential list mapping resource

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 CredentialList resource to map to the SIP domain.

Configure credentials above to enable sending.

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

TypeScript

import twilio from '@utdk/twilio';

await twilio.createsipauthcallscredentiallistmapping()