Manage Users

Add, edit, and manage user accounts and roles in the Granica Console.

The User Management page is where Admins create user accounts, assign roles, and control access to the Granica Console. It is available under Settings → User Management and is only accessible to users with the Admin role.

Granica User Management page showing user list and Add User dialog

User table

The user list displays all accounts in your Granica deployment. Each row shows:

ColumnDescription
UserFull name and email address
UsernameLogin identifier
RoleAssigned role: Viewer, Editor, or Admin
StatusActive or Inactive
Auth TypeHow the user authenticates: Password, OIDC, or SAML 2.0
Last LoginTimestamp of the most recent successful sign-in

Add a user

Click + Add User in the top-right corner to open the Add User dialog. There are two account types depending on how the user will authenticate.

SSO users (identity provider)

Choose SSO when the user will sign in via your organization's identity provider (Okta, Microsoft Entra ID, Google Workspace, etc.). SSO must be configured before creating SSO accounts — see SSO Integration.

  1. Select SSO as the authentication type.
  2. Choose the protocol: OIDC or SAML 2.0 (the protocol your IdP is configured with).
  3. Enter the user's Full Name.
  4. Enter the user's Email address. This must exactly match the email address that the identity provider asserts during login. The username is automatically derived from the email local-part.
  5. Select a Role (Viewer, Editor, or Admin).
  6. Click Create User.

The user can immediately sign in via your identity provider using that email address. No password is set or required.

Password users (local credentials)

Choose Password when the user will sign in with a username and password managed directly by Granica. This is useful for service accounts, break-glass users, or environments without SSO.

  1. Select Password as the authentication type.
  2. Enter the user's Full Name.
  3. Enter a Username — this is the login identifier and cannot be changed after creation.
  4. Enter the user's Email address.
  5. Enter an initial Password. The user can change it after their first login.
  6. Select a Role (Viewer, Editor, or Admin).
  7. Click Create User.

When SSO is configured, the dialog defaults to SSO authentication. Password authentication remains available as a fallback and is the only option when no SSO protocol has been configured.

Assign and change roles

The user's role is set when the account is created. To change it later:

  1. Find the user in the user table.
  2. Click the role badge (e.g., Viewer) in the Role column.
  3. Select the new role from the dropdown.

The change takes effect immediately on the user's next request. See Role-Based Access Control for a full description of what each role can do.

Edit a user

Click the (Actions) menu on any user row to access management options:

ActionDescription
EditUpdate the user's full name, email, or role
Reset PasswordSet a new password (password accounts only)
Deactivate / ActivateToggle the user's active status. Deactivated users cannot log in but the account is retained.
DeletePermanently remove the user account. This action cannot be undone.

Deleting a user is permanent. If you need to temporarily revoke access, use Deactivate instead — the account and its history are preserved and can be reactivated later.

Protected accounts

The built-in admin and granica-admin accounts are marked as protected and cannot be deleted or deactivated through the UI. The granica-admin account serves as a break-glass login and is exempt from SSO enforcement. See SSO Integration for details.

Was this page helpful?

On this page