Learn R Programming

civis (version 3.1.0)

feature_flags_put_users: Activate a feature for a user

Description

Activate a feature for a user

Usage

feature_flags_put_users(flag_name, user_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 name.

user_id

integer required. The user ID.