v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1432017.3 KB

Updates one or more account customization settings. You can update account color, visible services, and visible Regions in a single request. Only the settings that you include in the request body are modified. Omitted settings remain unchanged. To reset a setting to its default behavior, set the value to null for visible Regions and visible services, or none for account color. This operation is idempotent.

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.

patch/v1/account-customizations

Request body

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

The account color preference to set. Set to <code>none</code> to reset to the default (no color).

visibleServicesService[]

The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console. Set to <code>null</code> to reset to the default, which makes all services 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 to make visible in the Amazon Web Services Management Console. Set to <code>null</code> to reset to the default, which makes all Regions 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>.

Response

Success

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

The current account color preference after the update.

visibleServicesService[]

The current list of visible service identifiers after the update.

visibleRegionsRegion[]

The current list of visible Region codes after the update.