---
title: "POST /organizations/service-access"
method: POST
path: "/organizations/service-access"
---

# POST /organizations/service-access

`POST /organizations/service-access`

Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.

## Request body

- object
  - `Action` string, required — The action to take for the update request. This can be either <code>ENABLE</code> or <code>DISABLE</code>.

## Response `200`

Success

- StartOrganizationServiceAccessUpdateResponse
  - `OrganizationStatus` object — The status of the service access update request for an Amazon Web Services Organization.
    - `OrganizationId` string — The ID of an Amazon Web Services Organization.
    - `OrganizationAwsServiceAccessStatus` string — The status of the organization's AWS service access. This will be <code>ENABLED</code> or <code>DISABLED</code>.
    - `SLRDeploymentStatus` string — The status of the SLR deployment for the account. This will be either <code>SUCCEEDED</code> or <code>IN_PROGRESS</code>.
    - `AccountStatusList` AccountStatus[] — The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts. This will be either <code>SUCCEEDED</code> or <code>IN_PROGRESS</code>.
      - `AccountId` string — The ID of an account within the Amazon Web Services Organization.
      - `SLRDeploymentStatus` string — The status of SLR deployment for the account.

## Other responses

- `480` — ValidationException
- `481` — ServiceQuotaExceededException
- `482` — AccessDeniedException
- `483` — ConflictException
- `484` — ThrottlingException
- `485` — InternalServerException

---

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