---
title: "Get a user's current account country setting."
method: GET
path: "/v1/account/settings/account-country"
tags: ["Accounts"]
---

# Get a user's current account country setting.

`GET /v1/account/settings/account-country`

## Response `200`

OK

- RobloxAccountSettingsApiModelsResponseAccountCountrySettingsResponse
  - `value` RobloxAccountSettingsApiModelsResponseUserAccountCountry
    - `countryName` string
    - `subdivisionIso` string
    - `localizedSubdivision` string
    - `localizedName` string
    - `countryId` integer

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

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