POST
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.jsonCreate a SIP credential list mapping
Creates a credential list mapping within a SIP domain. Supply CredentialListSid to associate the new mapping with an existing credential list, along with the account and domain SIDs.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that will create the credential list mapping. Must be a 34-character SID beginning with `AC`.
DomainSidstringrequired
The SIP domain SID that will contain the new mapping. Must be a 34-character SID beginning with `SD`.
Form-encoded data identifying the credential list to map to the SIP domain.
CredentialListSidstringrequired
The SID of the CredentialList resource to map to the SIP domain.
201Returns the created credential list mapping with its account SID, mapping SID, friendly name, and creation and update timestamps.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
friendly_namestringoptional
The string that you assigned to describe the resource.
sidstringoptional
The unique string that that we created to identify the CredentialListMapping resource.
Error handling
CredentialListSid must be provided and must be a 34-character credential list SID beginning with CL. AccountSid must begin with AC, and DomainSid must begin with SD; each must be 34 characters long.