# CustomerSegmentMembersQuery - admin-graphql - OBJECT Version: 2024-04 ## Description A job to determine a list of members, such as customers, that are associated with an individual segment. ### Access Scopes `read_customers` access scope. Also: The user must not have restricted access. ## Fields * [currentCount](/docs/api/admin-graphql/2024-04/scalars/Int): Int! - The current total number of members in a given segment. * [done](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - This indicates if the job is still queued or has been run. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID that's returned when running an asynchronous mutation. ## Connections ## Related queries * [customerSegmentMembersQuery](/docs/api/admin-graphql/2024-04/queries/customerSegmentMembersQuery) Returns a segment members query resource by ID. ## Related mutations * [customerSegmentMembersQueryCreate](/docs/api/admin-graphql/2024-04/mutations/customerSegmentMembersQueryCreate) Creates a customer segment members query. ## Related Unions ## Examples