# customerSegmentMembers - admin - QUERY
Version: 2025-01

## Description
The list of members, such as customers, that's associated with an individual segment.
The maximum page size is 1000.

### Access Scopes



## Arguments
* [after](/docs/api/admin/2025-01/scalars/String): String - The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* [before](/docs/api/admin/2025-01/scalars/String): String - The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* [first](/docs/api/admin/2025-01/scalars/Int): Int - The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* [last](/docs/api/admin/2025-01/scalars/Int): Int - The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* [query](/docs/api/admin/2025-01/scalars/String): String - The query that's used to filter the members. The query is composed of a combination of conditions on facts about customers such as `email_subscription_status = 'SUBSCRIBED'` with [this syntax](https://shopify.dev/api/shopifyql/segment-query-language-reference).
* [queryId](/docs/api/admin/2025-01/scalars/ID): ID - The ID of the segment members query.
* [reverse](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Reverse the order of the list. The sorting behaviour defaults to ascending order.
* [segmentId](/docs/api/admin/2025-01/scalars/ID): ID - The ID of the segment.
* [sortKey](/docs/api/admin/2025-01/scalars/String): String - Sort the list by a given key.
* [timezone](/docs/api/admin/2025-01/scalars/String): String - The timezone that's used to interpret relative date arguments. The timezone defaults to UTC if the timezone isn't provided.


## Returns
* [edges](/docs/api/admin/2025-01/objects/CustomerSegmentMemberEdge): CustomerSegmentMemberEdge! A list of edges.
* [pageInfo](/docs/api/admin/2025-01/objects/PageInfo): PageInfo! An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.
* [statistics](/docs/api/admin/2025-01/objects/SegmentStatistics): SegmentStatistics! The statistics for a given segment.
* [totalCount](/docs/api/admin/2025-01/scalars/Int): Int! The total number of members in a given segment.


## Examples