# SegmentMembership - admin-graphql - OBJECT Version: 2024-10 ## Description The response type for the `segmentMembership` object. ### Access Scopes `read_customers` access scope. ## Fields * [isMember](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - A Boolean that indicates whether or not the customer in the query is a member of the segment, which is identified using the `segmentId`. * [segmentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A `segmentId` that's used for testing membership. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples