---
title: "GET /accounts/{AwsAccountId}/folders/{FolderId}/members"
method: GET
path: "/accounts/{AwsAccountId}/folders/{FolderId}/members"
---

# GET /accounts/{AwsAccountId}/folders/{FolderId}/members

`GET /accounts/{AwsAccountId}/folders/{FolderId}/members`

List all assets (<code>DASHBOARD</code>, <code>ANALYSIS</code>, and <code>DATASET</code>) in a folder.

## Path parameters

- `AwsAccountId` string, required
- `FolderId` string, required

## Query parameters

- `next-token` string
- `max-results` integer

## Response `200`

Success

- ListFolderMembersResponse
  - `Status` integer — The HTTP status of the request.
  - `FolderMemberList` MemberIdArnPair[] — A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
    - `MemberId` string — The ID of the member.
    - `MemberArn` string — The Amazon Resource Name (ARN) of the member.
  - `NextToken` string — The token for the next set of results, or null if there are no more results.
  - `RequestId` string — The Amazon Web Services request ID for this operation.

## Other responses

- `480` — InvalidParameterValueException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InvalidNextTokenException
- `485` — UnsupportedUserEditionException
- `486` — InternalFailureException

---

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