Skip to content

Manage users

The Access page is where you decide who has an account and what role they hold.

Who can do this: auth:manage.

Add a user

  1. Open Access in the left nav.
  2. In the Users section, click Add user.
  3. Set the name, email, an initial password, and one or more roles.
  4. Click Create.

The five built-in roles, in plain English:

RoleWhat it’s for
ownerEverything, including system-level administration.
adminEverything except the reserved system:admin capability.
operatorThe everyday job: record, schedule, monitor, listen, work alerts.
viewerRead-only: browse, play back, and download.
auditorCompliance: read audit, health, metrics, and recordings — change nothing.

Roles set the ceiling; a user still needs to be in scope for a resource (via a room roster or access policy) to act on it. owner and admin bypass scope. See the permissions reference.

Edit, reset, disable, delete

For any user row:

  • Edit access — change roles, group memberships, and resource scopes.
  • Reset password — set a new password.
  • Enable / disable — the toggle.
  • Delete — remove the account.

You cannot disable or delete your own account. Disabling, deleting, or resetting a user’s password immediately revokes their active sessions.

Turn on Azure AD single sign-on

Rakkr supports Microsoft Entra ID via OIDC (Authorization Code + PKCE), disabled by default. When it’s enabled, users get a Sign In With Azure AD button, and group/app-role claims can map into Rakkr roles and scoped grants. Setup and every RAKKR_OIDC_* variable are in the configuration reference.

See also