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 instead of this endpoint. To learn more, read Contexts.
Get the membership status (included/excluded) for a given user in this big segment. This operation does not support standard segments.
Path parameters
projectKey
The project key
environmentKey
The environment key
segmentKey
The segment key
userKey
The user key
Headers
Authorization
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.