Learn R Programming

civis (version 3.1.0)

feature_flags_put_organizations: Activate a feature for a organization

Description

Activate a feature for a organization

Usage

feature_flags_put_organizations(flag_name, organization_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.

organization_id

integer required. Organization ID.