--- title: SegmentMembershipResponse - GraphQL Admin description: A list of maps that contain `segmentId` IDs and `isMember` Booleans. The maps represent segment memberships. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/segmentmembershipresponse md: https://shopify.dev/docs/api/admin-graphql/latest/objects/segmentmembershipresponse.md --- # Segment​Membership​Response object Requires `read_customers` access scope. A list of maps that contain `segmentId` IDs and `isMember` Booleans. The maps represent segment memberships. ## Fields * memberships [\[Segment​Membership!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/SegmentMembership) non-null The membership status for the given list of segments. *** ## Map No referencing types *** ## Queries * [customer​Segment​Membership](https://shopify.dev/docs/api/admin-graphql/latest/queries/customerSegmentMembership) query Whether a member, which is a customer, belongs to a segment. *** ## \SegmentMembershipResponse Queries ### Queried by * \[customer​Segment​Membership](https://shopify.dev/docs/api/admin-graphql/latest/queries/customerSegmentMembership)