POST
/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.jsonCreate a SIP IP access control list
Creates an IP access control list for an account. Supply FriendlyName to identify the list in account configuration and management workflows. The created response includes the generated list SID and the list's resource metadata.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the account that owns the IP access control list, beginning with `AC`.
IP access control list details containing the required friendly name.
FriendlyNamestringrequired
A human readable descriptive text that describes the IpAccessControlList, up to 255 characters long.
201Returns the created IP access control list with its generated SID, account SID, friendly name, creation and update timestamps, associated subresource URIs, and resource URI.
sidstringoptional
A 34 character string that uniquely identifies this resource.
account_sidstringoptional
The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource.
friendly_namestringoptional
A human readable descriptive text, up to 255 characters long.
date_createdstringoptional
The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
date_updatedstringoptional
The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
subresource_urisobjectoptional
A list of the IpAddress resources associated with this IP access control list resource.
uristringoptional
The URI for this resource, relative to `https://api.twilio.com`
Error handling
FriendlyName is required and should identify the IP access control list; the supplied value can be up to 255 characters. AccountSid must be a 34-character account SID beginning with AC.