0

we are evaluating LaunchDarkly as feature flag management platform.
right now we have "account flags" DB table that holds flag values per account (we are multitenant app). so I wanted to migrate the DB table into LaunchDarkly.
The only way I see this is feasible is to use feature targeting and segments. each account will be a segment.
I see that there is REST API to create segments. There is also function to populate user list in advance (Identify). So I can populate list of segments and list of users. What I am missing is api call to add user to segment. there is also no such function in the (Java) SDK.

so my question is: is there a programatic way to add user to segment? or else, how can I target a feature flag to a specific user/list of users programmatically

Sharon Ben Asher
  • 13,849
  • 5
  • 33
  • 47

0 Answers0