---
title: "GET /detector/{detectorId}/admin"
method: GET
path: "/detector/{detectorId}/admin"
---

# GET /detector/{detectorId}/admin

`GET /detector/{detectorId}/admin`

Returns information about the account selected as the delegated administrator for GuardDuty.

There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see [Regions and endpoints](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html).

## Path parameters

- `detectorId` string, required

## Query parameters

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

## Response `200`

Success

- DescribeOrganizationConfigurationResponse
  - `AutoEnable` boolean — <p>Indicates whether GuardDuty is automatically enabled for accounts added to the organization.</p> <p>Even though this is still supported, we recommend using <code>AutoEnableOrganizationMembers</code> to achieve the similar results.</p>This field is deprecated, use AutoEnableOrganizationMembers instead
  - `MemberAccountLimitReached` boolean, required — Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
  - `DataSources` object — Describes which data sources are enabled automatically for member accounts.This parameter is deprecated, use Features instead
    - `S3Logs` object, required — Describes whether S3 data event logs are enabled as a data source.
      - `AutoEnable` boolean, required — A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
    - `Kubernetes` object — Describes the configuration of Kubernetes data sources.
      - `AuditLogs` object, required — The current configuration of Kubernetes audit logs as a data source for the organization.
        - `AutoEnable` boolean, required — Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
    - `MalwareProtection` object — Describes the configuration of Malware Protection data source for an organization.
      - `ScanEc2InstanceWithFindings` object — Describes the configuration for scanning EC2 instances with findings for an organization.
        - `EbsVolumes` object — Describes the configuration for scanning EBS volumes for an organization.
          - `AutoEnable` boolean — An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
  - `Features` OrganizationFeatureConfigurationResult[] — A list of features that are configured for this organization.
    - `Name` 'S3_DATA_EVENTS' | 'EKS_AUDIT_LOGS' | 'EBS_MALWARE_PROTECTION' | 'RDS_LOGIN_EVENTS' | 'EKS_RUNTIME_MONITORING' | 'LAMBDA_NETWORK_LOGS' — The name of the feature that is configured for the member accounts within the organization.
    - `AutoEnable` 'NEW' | 'NONE' — <p>Describes how The status of the feature that are configured for the member accounts within the organization.</p> <p>If you set <code>AutoEnable</code> to <code>NEW</code>, a feature will be configured for only the new accounts when they join the organization.</p> <p>If you set <code>AutoEnable</code> to <code>NONE</code>, no feature will be configured for the accounts when they join the organization.</p>
    - `AdditionalConfiguration` OrganizationAdditionalConfigurationResult[] — The additional configuration that is configured for the member accounts within the organization.
      - `Name` 'EKS_ADDON_MANAGEMENT' — The name of the additional configuration that is configured for the member accounts within the organization.
      - `AutoEnable` 'NEW' | 'NONE' — <p>Describes how The status of the additional configuration that are configured for the member accounts within the organization.</p> <p>If you set <code>AutoEnable</code> to <code>NEW</code>, a feature will be configured for only the new accounts when they join the organization.</p> <p>If you set <code>AutoEnable</code> to <code>NONE</code>, no feature will be configured for the accounts when they join the organization.</p>
  - `NextToken` string — The pagination parameter to be used on the next list operation to retrieve more items.
  - `AutoEnableOrganizationMembers` 'NEW' | 'ALL' | 'NONE' — <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.</p> <ul> <li> <p> <code>NEW</code>: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. </p> </li> <li> <p> <code>ALL</code>: Indicates that all accounts in the Amazon Web Services Organization have GuardDuty enabled automatically. This includes <code>NEW</code> accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.</p> </li> <li> <p> <code>NONE</code>: Indicates that GuardDuty will not be automatically enabled for any accounts in the organization. GuardDuty must be managed for each account individually by the administrator.</p> </li> </ul>

## 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)
