v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14101465558.4 KB

Sets the user interface (UI) customization information for a user pool's built-in app UI.

You can specify app UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL). If you specify ALL, the default configuration is used for every client that has no previously set UI customization. If you specify UI customization settings for a particular client, it will no longer return to the ALL configuration.

To use this API, your user pool must have a domain associated with it. Otherwise, there is no place to host the app's pages, and the service will throw an error.

post/#X-Amz-Target=AWSCognitoIdentityProviderService.SetUICustomization

Headers

X-Amz-Target'AWSCognitoIdentityProviderService.SetUICustomization' required

Request body

UserPoolIdstring required

The user pool ID for the user pool.

ClientIdstring password

The client ID for the client app.

CSSstring

The CSS values in the UI customization.

ImageFilestring

The uploaded logo image for the UI customization.

Response

Success