How can I have a feature toggle disabled for everyone, except listed UserIDs?
I'm using C# and the latest SDK. I have tried this, however the feature toggle keeps coming through as true.
I'm using _optimizelyInstance.IsFeatureEnabled("anzapi", "someUserGuid");
No matter what I use for the userId, it always comes back as true.