Skip to content

Commit bcce4d9

Browse files
authored
docs(segments): Segment membership inspection (#7399)
1 parent fccb632 commit bcce4d9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

  • docs/docs/flagsmith-concepts/segments

docs/docs/flagsmith-concepts/segments/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,25 @@ Identity overrides always take precedence over segment overrides. Simply put, th
6868
2. Segment overrides
6969
3. Default value for the current environment
7070

71+
## Inspecting segment membership
72+
73+
Open a segment from the Segments page and switch to the Identities tab to see who currently matches its rules. Pick an environment from the selector — segments are defined at the project level, but membership is per-environment. Search by identifier to find a specific user.
74+
75+
The list shows identifiers and the date each identity was first seen. Trait values aren't shown inline; click through to view them.
76+
77+
You need View permission on the project and View Identities permission on the chosen environment.
78+
79+
### How fresh is the count?
80+
81+
Each count is shown with a timestamp telling you when it was computed.
82+
83+
- Self-hosted: the count updates as identities and traits change.
84+
- [Edge API](/performance/edge-api) projects: SDK writes don't update the count. It only changes when you click Refresh, edit the segment, or change identities from the dashboard.
85+
86+
### Not yet supported
87+
88+
Exporting the member list, real-time notifications, multi-segment intersection, and filtering by trait value within the view. Use the Flagsmith API for programmatic access.
89+
7190
## Context values
7291

7392
:::info

0 commit comments

Comments
 (0)