---
title: "GET /organization/admin"
method: GET
path: "/organization/admin"
---

# GET /organization/admin

`GET /organization/admin`

Lists the Security Hub administrator accounts. Can only be called by the organization management account.

## Query parameters

- `MaxResults` integer
- `NextToken` string

## Response `200`

Success

- ListOrganizationAdminAccountsResponse
  - `AdminAccounts` AdminAccount[] — The list of Security Hub administrator accounts.
    - `AccountId` string — The Amazon Web Services account identifier of the Security Hub administrator account.
    - `Status` 'ENABLED' | 'DISABLE_IN_PROGRESS' — The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
  - `NextToken` string — The pagination token to use to request the next page of results.

## Other responses

- `480` — InternalException
- `481` — InvalidInputException
- `482` — InvalidAccessException
- `483` — LimitExceededException

---

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