---
title: "Update country permission"
method: PUT
path: "/countryPermissions/{isoCode}"
tags: ["Country Permissions"]
---

# Update country permission

`PUT /countryPermissions/{isoCode}`

Update the requested country permission.

## Request body

- CountryPermission — With country permissions you can control which countries can be dialed from your account. For beta only, countries supported are US,CA and * if you would like to allow international dialing.
  - `isoCode` string — The [ISO code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country
  - `name` string — Country name in english
  - `continent` string — Continent of the country
  - `countryDialingCodes` string[] — The country calling codes as an array, most countries have only one but some have multiple like the San Marino, China, and a few others.
  - `enabled` boolean, required — If the country is enabled or not. When this is enabled regular numbers can be dialed from the account.

## Response `200`

The updated country permission

- CountryPermission — With country permissions you can control which countries can be dialed from your account. For beta only, countries supported are US,CA and * if you would like to allow international dialing.
  - `isoCode` string — The [ISO code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country
  - `name` string — Country name in english
  - `continent` string — Continent of the country
  - `countryDialingCodes` string[] — The country calling codes as an array, most countries have only one but some have multiple like the San Marino, China, and a few others.
  - `enabled` boolean, required — If the country is enabled or not. When this is enabled regular numbers can be dialed from the account.

---

[API](https://skmtc.net/sinch/apis/elastic-sip-trunk-api.md) · [All operations](https://skmtc.net/sinch/apis/elastic-sip-trunk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/elastic-sip-trunk-api/revisions/c04c2c708bf9/schema)
