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

# GET /organizations/service-access

`GET /organizations/service-access`

Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListOrganizationServiceAccessStatusResponse
  - `OrganizationStatus` object — Displays the status of 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.
  - `NextToken` string — The token for the next page of results.

---

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