Learn R Programming

civis (version 3.1.0)

feature_flags_put_groups: Activate a feature for a group

Description

Activate a feature for a group

Usage

feature_flags_put_groups(flag_name, group_id)

Value

A list containing the following elements:

name

string, The name of the feature.

description

string,

activeForMe

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

userCount

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

team

string,

jira

string,

added

string,

groupCount

integer,

organizationCount

integer,

percentage

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

Arguments

flag_name

string required. The feature flag name.

group_id

integer required. Group ID.