---
title: "POST /organizationconfiguration/update"
method: POST
path: "/organizationconfiguration/update"
---

# POST /organizationconfiguration/update

`POST /organizationconfiguration/update`

Updates the configurations for your Amazon Inspector organization.

## Request body

- object
  - `autoEnable` object, required — Represents which scan types are automatically enabled for new members of your Amazon Inspector organization.
    - `ec2` boolean — Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
    - `ecr` boolean — Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
    - `lambda` boolean — Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
    - `lambdaCode` boolean — Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
    - `codeRepository` boolean — Represents whether code repository scans are automatically enabled for new members of your Amazon Inspector organization.

## Response `200`

Success

- UpdateOrganizationConfigurationResponse
  - `autoEnable` object, required — The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
    - `ec2` boolean, required — Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
    - `ecr` boolean, required — Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
    - `lambda` boolean — Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
    - `lambdaCode` boolean — Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
    - `codeRepository` boolean — Represents whether code repository scans are automatically enabled for new members of your Amazon Inspector organization.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — InternalServerException

---

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