---
title: "POST /domains/{domainId}/layouts"
method: POST
path: "/domains/{domainId}/layouts"
---

# POST /domains/{domainId}/layouts

`POST /domains/{domainId}/layouts`

Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:

*   Fields to display to the users
    
*   Field ordering
    

Title and Status fields cannot be part of layouts since they are not configurable.

## Path parameters

- `domainId` string, required

## Request body

- object
  - `name` string, required — The name of the layout. It must be unique for the Cases domain.
  - `content` object, required — Object to store union of different versions of layout content.
    - `basic` object — Content specific to <code>BasicLayout</code> type. It configures fields in the top panel and More Info tab of Cases user interface.
      - `topPanel` object — This represents sections in a panel of the page layout.
        - `sections` Section[] — Ordered list containing different kinds of sections that can be added.
          - `fieldGroup` object — Consists of a group of fields and associated properties.
            - `name` string — Name of the field group.
            - `fields` FieldItem[], required — Represents an ordered list containing field related information.
              - …
      - `moreInfo` object — This represents sections in a tab of the page layout.
        - `sections` Section[] — Ordered list containing different kinds of sections that can be added.
          - `fieldGroup` object — Consists of a group of fields and associated properties.
            - `name` string — Name of the field group.
            - `fields` FieldItem[], required — Represents an ordered list containing field related information.
              - …

## Response `200`

Success

- CreateLayoutResponse
  - `layoutId` string, required — The unique identifier of the layout.
  - `layoutArn` string, required — The Amazon Resource Name (ARN) of the newly created layout.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException
- `485` — ConflictException
- `486` — ServiceQuotaExceededException

---

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