---
title: "Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)"
method: POST
path: "/v1/DialingPermissions/BulkCountryUpdates"
tags: ["VoiceV1BulkCountryUpdate"]
---

# Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)

`POST /v1/DialingPermissions/BulkCountryUpdates`

Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)

## Response `201`

Created

- VoiceV1DialingPermissionsDialingPermissionsCountryBulkUpdate
  - `update_count` integer — The number of countries updated
  - `update_request` string, nullable — A bulk update request to change voice dialing country permissions stored as a URL-encoded, JSON array of update objects. For example : `[ { "iso_code": "GB", "low_risk_numbers_enabled": "true", "high_risk_special_numbers_enabled":"true", "high_risk_tollfraud_numbers_enabled": "false" } ]`

---

[API](https://skmtc.net/twilio/apis/twilio-voice.md) · [All operations](https://skmtc.net/twilio/apis/twilio-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-voice/revisions/e218199d8d6d/schema)
