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

# GET /admin

`GET /admin`

Lists the accounts configured as GuardDuty delegated administrators.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListOrganizationAdminAccountsResponse
  - `AdminAccounts` AdminAccount[] — A list of accounts configured as GuardDuty delegated administrators.
    - `AdminAccountId` string — The Amazon Web Services account ID for the account.
    - `AdminStatus` 'ENABLED' | 'DISABLE_IN_PROGRESS' — Indicates whether the account is enabled as the delegated administrator.
  - `NextToken` string — The pagination parameter to be used on the next list operation to retrieve more items.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException

---

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