---
title: "GET /channels#scope=app-instance-user-moderated-channels&x-amz-chime-bearer"
method: GET
path: "/channels#scope=app-instance-user-moderated-channels&x-amz-chime-bearer"
---

# GET /channels#scope=app-instance-user-moderated-channels&x-amz-chime-bearer

`GET /channels#scope=app-instance-user-moderated-channels&x-amz-chime-bearer`

A list of the channels moderated by an `AppInstanceUser`.

The `x-amz-chime-bearer` request header is mandatory. Use the ARN of the `AppInstanceUser` or `AppInstanceBot` that makes the API call as the value in the header.

## Query parameters

- `app-instance-user-arn` string
- `max-results` integer
- `next-token` string, password
- `scope` 'app-instance-user-moderated-channels', required

## Headers

- `x-amz-chime-bearer` string, required

## Response `200`

Success

- ListChannelsModeratedByAppInstanceUserResponse
  - `Channels` ChannelModeratedByAppInstanceUserSummary[] — The moderated channels in the request.
    - `ChannelSummary` object — Summary of the details of a <code>Channel</code>.
      - `Name` string, password — The name of the channel.
      - `ChannelArn` string — The ARN of the channel.
      - `Mode` 'UNRESTRICTED' | 'RESTRICTED' — The mode of the channel.
      - `Privacy` 'PUBLIC' | 'PRIVATE' — The privacy setting of the channel.
      - `Metadata` string, password — The metadata of the channel.
      - `LastMessageTimestamp` string, date-time — The time at which the last persistent message visible to the caller in a channel was sent.
  - `NextToken` string, password — The token returned from previous API requests until the number of channels moderated by the user is reached.

## Other responses

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

---

[API](https://skmtc.net/aws/apis/chime-sdk-messaging.md) · [All operations](https://skmtc.net/aws/apis/chime-sdk-messaging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime-sdk-messaging/revisions/84b8f86073a0/schema)
