How to manage users and segments
To manage users within LaunchDarkly, there is a dashboard that offers similar management functionality to that of feature flags, as seen in Chapter 9, Feature Flag Management in Depth. For the screenshots in this section, the code samples we used in the previous section to show how to build user objects have been used, with an additional user taking my name. These users can be seen here:
By default, the Users dashboard shows all the users that have experienced a feature flag evaluation within the last 30 days. It presents user information such as Key, Email address, and when the user was last seen within any application calling the environment within the selected project. In this case, I am still using the default project and test environment.
As can be seen from this view, neither Kevin C nor I have email address attributes. That is because for my user, I did not provide one, but...