What a group’s membership is
A group’s members come from two sources, combined:- Manual members — people you add by hand.
- Rule-matched members — people whose attributes match the group’s rule.
Membership modes
When you create a group, you pick how membership is decided:Building a rule
A By rule group matches members against their attribute values. A rule is a list of conditions:- Attribute — which member attribute to check (for example,
etablissement). - Operator —
equalsoris one of. - Values — the values that count as a match.
Rules are evaluated live, every time access is checked. Change a member’s attributes (or the rule), and their group membership updates on the next request—there’s no sync to wait for.
What you can assign to a group
Anywhere you grant a member access, you can grant a group instead:- Resource permissions — give the group Viewer, Editor, or Admin on a folder, project, database, entity, app, file, or integration. The grant reaches every member. See Permissions.
- Row-level security audiences — target a row policy at a group, so the whole group sees the same subset of rows.
Manage a group
From Settings → Groups:- New group — name it, optionally add a description, and choose a membership mode.
- Expand a group to see its manual members and its effective members (manual plus rule-matched, with a
via rulebadge on the dynamic ones). - Add or remove manual members from the expanded view.
- Edit the rule or delete the group with the row actions.
Next
- Attributes — the member values that power group rules.
- Permissions — grant a group access to a resource.