Create a user group
group_createCreate user groups in projects to manage feature flags and access control. Assign members and reference groups in flag rules for targeted rollouts or kill-switches.
Instructions
Create a new user group in the current project. Group keys are snake_case slugs unique per project. After creating, add members with group_add_member, then reference the group from a flag rule via {field: 'user_group', op: 'in', values: ['<key>']}. Example use cases: 'dogfooders' (early testers see new dashboards), 'beta_users' (cohort of opted-in feature testers), 'internal' (team members + advisors), 'banned' (denylist for kill-switches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| name | Yes | ||
| description | No |