---
title: "GET /app-instances/{appInstanceArn}/admins"
method: GET
path: "/app-instances/{appInstanceArn}/admins"
---

# GET /app-instances/{appInstanceArn}/admins

`GET /app-instances/{appInstanceArn}/admins`

Returns a list of the administrators in the <code>AppInstance</code>.

## Path parameters

- `appInstanceArn` string, required

## Query parameters

- `max-results` integer
- `next-token` string, password
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListAppInstanceAdminsResponse
  - `AppInstanceArn` string — The ARN of the <code>AppInstance</code>.
  - `AppInstanceAdmins` AppInstanceAdminSummary[] — The information for each administrator.
    - `Admin` object — The details of the <code>AppInstanceAdmin</code>.
      - `Arn` string — The ARN in an Identity.
      - `Name` string, password — The name in an Identity.
  - `NextToken` string, password — The token returned from previous API requests until the number of administrators is reached.

## Other responses

- `480` — BadRequestException
- `481` — ForbiddenException
- `482` — ThrottledClientException
- `483` — UnauthorizedClientException
- `484` — ServiceUnavailableException
- `485` — ServiceFailureException

---

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