Activate a feature for a group

feature_flags_put_groups(flag_name, group_id)

Arguments

flag_name

string required. The feature flag name.

group_id

integer required. Group ID.

Value

A list containing the following elements:

name

string, The name of the feature flag.

userCount

integer, The number of users with this feature flag enabled.

description

string,

team

string,

jira

string,

added

string,

groupCount

integer,

organizationCount

integer,

percentage

integer, The target percentage of users who should have this feature flag enabled.

activeForMe

boolean, Whether the feature flag is active for the current user.