Show a feature flag
feature_flags_get(name)
name | string required. The name of the feature flag. |
---|
A list containing the following elements:
string, The name of the feature flag
array, An array containing the following fields:
id integer, Organization ID
name string, Organization name
slug string, Organization slug
array, An array containing the following fields:
id integer, Group ID
name string, Group name
slug string, Group slug
users array, Users within the group
array, An array containing the following fields:
id integer, User ID
username string, Username
integer, The target percentage of users who should have this feature flag enabled.