Manage groups & access policies
Beyond roles, you shape access with groups (to grant many people at once) and access policies (to allow or deny access to specific resources). All of this lives on the Access page.
Who can do this:
auth:manage.
Access groups
An access group is a named set of users you can assign in one shot to schedules, room rosters, and access policies.
- Open Access and find the Groups section.
- Click Add group and give it a name and optional description.
- Use Members to add or remove users.
- Delete a group to remove it everywhere it was used.
If you use Azure AD single sign-on, group claims from your identity provider sync into these same groups — there is no separate group system.
Access policies
An access policy is a structured allow or deny rule for a subject (a user, a group, or everyone) on a resource, with a reason. Compose them in the Access Policies section to widen or narrow access beyond what roles give.
- Use an allow policy to put a subject in scope for a resource.
- Use a deny policy to block a subject from a resource.
How effective access is decided
Access is evaluated in layers:
role permissions ─┐resource grants ├─► allowed? ──► unless an explicit DENY policy appliesaccess policies ─┘- Role grants the permission (the ceiling).
- Scope — the subject must be in scope for the target (via a resource grant,
an allow policy, or a room roster).
ownerandadminbypass scope. - Explicit deny wins. A deny policy overrides any grant or inherited access.
Scope is hierarchical: a grant on a node covers the recordings captured there; a deny on a node blocks its recordings, meters, and controls together.
See also
- Manage users — accounts and roles
- Grant access to a room — per-room scoped capabilities
- Authentication & RBAC guide · Permissions reference