---
title: "GET /memberships/{membershipIdentifier}/idmappingtables"
method: GET
path: "/memberships/{membershipIdentifier}/idmappingtables"
---

# GET /memberships/{membershipIdentifier}/idmappingtables

`GET /memberships/{membershipIdentifier}/idmappingtables`

Returns a list of ID mapping tables.

## Path parameters

- `membershipIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListIdMappingTablesOutput
  - `idMappingTableSummaries` IdMappingTableSummary[], required — The summary information of the ID mapping tables that you requested.
    - `collaborationArn` string, required — The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
    - `collaborationId` string, required — The unique identifier of the collaboration that contains this ID mapping table.
    - `membershipId` string, required — The unique identifier of the membership resource for this ID mapping table.
    - `membershipArn` string, required — The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
    - `createTime` string, date-time, required — The time at which this ID mapping table was created.
    - `updateTime` string, date-time, required — The most recent time at which this ID mapping table was updated.
    - `id` string, required — The unique identifier of this ID mapping table.
    - `arn` string, required — The Amazon Resource Name (ARN) of this ID mapping table.
    - `description` string — The description of this ID mapping table.
    - `inputReferenceConfig` object, required — The input reference configuration for the ID mapping table.
      - `inputReferenceArn` string, required — The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.
      - `manageResourcePolicies` boolean, required — <p>When <code>TRUE</code>, Clean Rooms manages permissions for the ID mapping table resource. </p> <p>When <code>FALSE</code>, the resource owner manages permissions for the ID mapping table resource.</p>
    - `name` string, required — The name of this ID mapping table.
  - `nextToken` string — The token value provided to access the next page of results.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

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