Skip to main content
Groups collect users and Service Accounts for resource-level ACLs. They answer which principals may access this restricted resource. They do not grant platform capabilities by themselves; use Permissions for reusable role sets.

Create a Group

Open Groups, select Add, and provide: After saving, reopen the Group and use Members to add or remove users and Service Accounts. A Group avatar can be uploaded for discovery; the UI accepts JPG, JPEG, PNG, GIF, or WEBP up to 5 MB.

Apply a resource ACL

The same user without FILE_READ still cannot download. A user with FILE_READ but outside the allowed Group still cannot enter the restricted branch. For hierarchical Storage, a restricted ancestor continues to constrain descendants. Adding a user to a child-oriented Group cannot bypass an ancestor they are not allowed to access.

Group design patterns

Avoid Groups named only Admins, Team 1, or Temporary. The name should still explain the boundary during an access review six months later.

Ownership and nesting

Owner type expresses accountability. A Group-owned Group is useful when a platform team owns several access sets, but it should not be mistaken for automatic member inheritance unless the target ACL and current membership explicitly provide it. Use metadata to record an approver, review cadence, ticket reference, and environment. Do not encode credentials or sensitive personal data in Group metadata.

Lifecycle and roles

Delete is recoverable. Before deleting, search for Tables, Views, Storage entries, and other resources that reference the Group. Removing the boundary without replacing it can either block workloads or produce an unintended access-policy change.

Quarterly review

  1. Confirm the owner is still accountable.
  2. Export or inspect current members.
  3. Remove inactive identities and obsolete Service Accounts.
  4. Review every restricted resource referencing the Group.
  5. Verify members also have the minimum platform role required.
  6. Record the next review in metadata or your governance system.

Production checklist

  • Name the protected business or application boundary.
  • Set an accountable owner.
  • Keep human and workload membership explainable.
  • Pair Group ACLs with least-privilege platform roles.
  • Review restricted ancestors in Storage.
  • Find resource references before deleting a Group.
See Identity and access and Permissions.
Last modified on September 5, 2026