Update voice dialing permissions inheritance for the sub-account

POST /v1/Settings

TODO: Resource-level docs

Update voice dialing permissions inheritance for the sub-account

application/x-www-form-urlencoded

Body

Responses

  • 202

    Accepted

    Hide response attributes Show response attributes object
    • true if the sub-account will inherit voice dialing permissions from the Master Project; otherwise false

    • url string(uri) | null

      The absolute URL of this resource

POST /v1/Settings
curl \
 -X POST https://voice.twilio.com/v1/Settings \
 --user "username:password" \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -d 'DialingPermissionsInheritance=true'
Request example
{
  "DialingPermissionsInheritance": true
}
Response examples (202)
{
  "dialing_permissions_inheritance": true,
  "url": "https://example.com"
}