Skip to main content

Overview

Omni provides basic user management through the Admin panel. Users are stored in the database and can be managed via the UI or API.
SSO and external identity provider integration are not yet available. Users are currently managed directly within Omni.

Managing Users

Creating Users

  1. Navigate to AdminUsers
  2. Click Add User
  3. Enter the user’s email and name
  4. Set a temporary password
  5. Click Create
The user will be able to log in immediately with the temporary password.

Editing Users

Select a user from the list to:
  • Update their name or email
  • Change their role (Admin or User)
  • Disable or re-enable their account

Resetting Passwords

To reset a user’s password:
  1. Select the user from the list
  2. Click Reset Password
  3. Enter a new temporary password
  4. Share the temporary password with the user securely
Users can change their password after logging in via their profile settings.

Deleting Users

  1. Select the user from the list
  2. Click Delete
  3. Confirm the deletion
Deleting a user is permanent and cannot be undone. Consider disabling the account instead if you may need to restore access later.

User Roles

RolePermissions
UserSearch, chat, view connected sources
AdminAll user permissions plus: manage users, configure connectors, access admin panel

Limitations

Current user management is intentionally simple:
  • No SSO or SAML integration
  • No external identity provider support
  • No automated user provisioning
  • Password policies are not configurable
These features are planned for future releases.