---
title: "Create Organizational Structure"
method: POST
path: "/v1/cloud/aws/controlTower/createOrgStructure"
tags: ["cloudAccounts"]
---

# Create Organizational Structure

`POST /v1/cloud/aws/controlTower/createOrgStructure`

Create AWS Organizational Structure.

## Request body

- CloudAccountsAwsOrganisationalUnitRequest
  - `mgmtAccountId` string, required — AWS Control Tower Management Account ID.
  - `structure` CloudAccountsAwsOrganisationalUnit[], required — Organisational Structure of the AWS Account.
    - `child_id` string, required — AWS Account ID/Org unit ID.
    - `child_name` string, required — AWS Account Name/Org unit Name.
    - `parent_id` string — Parent Org unit ID.

## Response `200`

The request has succeeded.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `500` — Server error

---

[API](https://skmtc.net/solarwinds/apis/solarwinds-observability.md) · [All operations](https://skmtc.net/solarwinds/apis/solarwinds-observability/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarwinds/solarwinds-observability/versions/994e5ca64961/schema)
