v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1432017.3 KB

Returns the current account customization settings, including account color, visible services, and visible Regions. Settings that you have not configured return their default values: visible Regions and visible services return `null`, and account color returns `none`.

The visibleServices and visibleRegions settings control only the appearance of services and Regions in the Amazon Web Services Management Console. They do not restrict access through the CLI, SDKs, or other APIs.

get/v1/account-customizations

Response

Success

accountColor'none' | 'pink' | 'purple' | 'darkBlue' | 'lightBlue' | 'teal' | 'green' | 'yellow' | 'orange' | 'red'

The account color preference. A value of <code>none</code> indicates that you have not set a color.

visibleServicesService[]

The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of <code>null</code> indicates that you have not configured this feature and all services are visible. For valid service identifiers, call <a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_ListServices.html">ListServices</a>.

visibleRegionsRegion[]

The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console. A value of <code>null</code> indicates that you have not configured this feature and all Regions are visible. For a list of valid Region codes, see <a href="https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html">Amazon Web Services Regions</a>.

All 3 operations