---
title: "POST /accounts/{AwsAccountId}/customizations"
method: POST
path: "/accounts/{AwsAccountId}/customizations"
---

# POST /accounts/{AwsAccountId}/customizations

`POST /accounts/{AwsAccountId}/customizations`

Creates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, you can add a custom default theme by using the `CreateAccountCustomization` or `UpdateAccountCustomization` API operation. To further customize Amazon QuickSight by removing Amazon QuickSight sample assets and videos for all new users, see [Customizing Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html) in the _Amazon QuickSight User Guide._

You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the `DescribeAccountCustomization` API operation.

Before you use the `CreateAccountCustomization` API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the `[DescribeThemePermissions](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeThemePermissions.html)` API operation. To share the theme, grant permissions by using the `[UpdateThemePermissions](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateThemePermissions.html)` API operation.

## Path parameters

- `AwsAccountId` string, required

## Query parameters

- `namespace` string

## Request body

- object
  - `AccountCustomization` object, required — The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.
    - `DefaultTheme` string — The default theme for this Amazon QuickSight subscription.
    - `DefaultEmailCustomizationTemplate` string — The default email customization template.
  - `Tags` Tag[] — A list of the tags that you want to attach to this resource.
    - `Key` string, required — Tag key.
    - `Value` string, required — Tag value.

## Response `200`

Success

- CreateAccountCustomizationResponse
  - `Arn` string — The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
  - `AwsAccountId` string — The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.
  - `Namespace` string — The namespace associated with the customization you're creating.
  - `AccountCustomization` object — The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
    - `DefaultTheme` string — The default theme for this Amazon QuickSight subscription.
    - `DefaultEmailCustomizationTemplate` string — The default email customization template.
  - `RequestId` string — The Amazon Web Services request ID for this operation.
  - `Status` integer — The HTTP status of the request.

## Other responses

- `480` — AccessDeniedException
- `481` — ConflictException
- `482` — InvalidParameterValueException
- `483` — ResourceExistsException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — InternalFailureException
- `487` — ResourceUnavailableException

---

[API](https://skmtc.net/aws/apis/quicksight.md) · [All operations](https://skmtc.net/aws/apis/quicksight/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/quicksight/versions/2f2bbd7e70ca/schema)
