Date of slack thread: 8/12/24
Anonymous: Hello :wave:
Looking for some support on how best to handle a early access user list. Currently we make use of a Segment where we add and remove ID’s via the API - then use the Segment list in our Feature Gate configuration.
Problem being we’d like to add more than 1000 users to this Segment - do we have other options, or instance can we make use of the User object by adding a removing a custom property via the API?
Cooper Reid (Statsig): The limit is 1,000 so you’ll need to use attribute-based targeting and surface that property at runtime to the SDK
Cooper Reid (Statsig): There’s no other workaround to circumvent the 1k limit :pray::skin-tone-3:
Anonymous: Hey <@U0407J991EF> - thank you for the reply :slightly_smiling_face:
Have gone down the user attribute based route, I think this will work nicely for us