Activate a feature for a user
feature_flags_put_users(flag_name, user_id)
flag_name | string required. The feature flag name. |
---|---|
user_id | integer required. The user ID. |
A list containing the following elements:
string, The name of the feature flag.
integer, The number of users with this feature flag enabled.
string,
string,
string,
string,
integer,
integer,
integer, The target percentage of users who should have this feature flag enabled.
boolean, Whether the feature flag is active for the current user.