---
title: "Validate Management Account Onboarding"
method: GET
path: "/v1/cloud/aws/controlTower/validateOnboarding"
tags: ["cloudAccounts"]
---

# Validate Management Account Onboarding

`GET /v1/cloud/aws/controlTower/validateOnboarding`

Validate if the management account is onboarded.

## Request body

- CloudAccountsAwsMgmtAccountOnboardingRequest
  - `managementAccountId` string, required — AWS Control Tower Management Account ID.

## Response `200`

The request has succeeded.

- CloudAccountsAwsMgmtAccountOnboardingResponse
  - `isOnboarded` boolean, required — True if the Management Account is onboarded, false otherwise.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `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/revisions/994e5ca64961/schema)
