Get big segment membership for user
> ### Contexts are now available
>
> After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use [Get expiring targets for segment](https://launchdarkly.com/docs/api/segments/get-expiring-targets-for-segment) instead of this endpoint. To learn more, read [Contexts](https://launchdarkly.com/docs/home/observability/contexts).
Get the membership status (included/excluded) for a given user in this big segment. This operation does not support standard segments.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKey
The project key
environmentKey
The environment key
segmentKey
The segment key
userKey
The user key
Response
Segment membership for user response
userKey
The target key
included
Indicates whether the target is included.
Included targets are always segment members, regardless of segment rules.
excluded
Indicates whether the target is excluded.
Segment rules bypass excluded targets, so they will never be included based on rules. Excluded targets may still be included explicitly.