Hey folks, does anyone know if its possible to man...
# announcements
b
Hey folks, does anyone know if its possible to manually/force assign users to an experiment (like assign QA users to test a feature, etc) programatically?
f
you can do that with force rules
(you generally don’t want to do that and have them included in the results)
you can also debug using our Chrome devtools, if your using a JS/React SDK
b
Can I use force rules via API call?
f
you can use the API to add force rules to a feature
b
Brilliant, thank you Graham 👍