rozod
    Preparing search index...

    Variable getAccountSettingsAccountCountryConst Api

    getAccountSettingsAccountCountry: EndpointGeneric<
        { [key: string]: any },
        {
            value: {
                countryId: number;
                countryName: string;
                localizedName: string;
                localizedSubdivision: string;
                subdivisionIso: string;
            };
        },
        undefined,
    > = ...

    GET https://accountsettings.roblox.com/v1/account/settings/account-country Get a user's current account country setting.