List audience members
GET {{baseUrl}}/v1/audiences/:audienceId/memberships?pageSize=1000&skip=10&sort=value&profileQuery=value
Get a paginated list of the customer profiles in a given audience.
A maximum of 1000 customer profiles per page is allowed.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
sort | string | The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -. |
Note: This parameter works only with numeric fields. |
| profileQuery
| string | | The filter to select a profile. |