---
title: "List audience member IDs"
method: GET
path: "/v1/audiences/{audience_id}/members"
tags: ["Audiences"]
---

# List audience member IDs

`GET /v1/audiences/{audience_id}/members`

Returns the person IDs of all current members of the specified audience.

## Path parameters

- `audience_id` string, required

## Query parameters

- `email` string
- `sort_order` string
- `limit` integer
- `offset` integer
- `has_data_attributes` string[]
- `include_data_attributes` string[]

## Response `200`

Successful response

- string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
