Overview

The Super Admin is a special privileged account with unrestricted access to the Enterprise Stack. Unlike regular accounts, Super Admins cannot be created via the API—they can only be activated using a pre-configured token.

Key Characteristics

AspectDescription
CreationActivated via token (not created via API)
ConfigurationDefined in superadmin-registration.conf
PermissionsBypasses all permission checks (full access)
ScopeGlobal access across all organizations and tenants

Super Admin Privileges

The Super Admin has unrestricted access to:

  • All organizations and tenants
  • All enterprise services
  • All administrative operations
  • All API endpoints

The Super Admin bypasses the entire RBAC permission system. No allow or deny rules apply to Super Admin accounts.

When to Use Super Admin

Appropriate UseAvoid Using For
Initial system setupDay-to-day operations
Emergency recoveryRoutine administration
Creating initial admin accountsAutomated processes
Troubleshooting access issuesProduction API calls

Security Recommendations

The Super Admin should be used sparingly and with caution due to its unrestricted access.

RecommendationRationale
Use only for initial setupCreate regular admin accounts for ongoing administration
Protect credentialsStore Super Admin credentials securely, separate from other secrets
Monitor usageReview audit logs for Super Admin activity
Avoid in automationNever use Super Admin credentials in automated scripts or CI/CD
Consider disablingIn highly secure environments, disable after initial setup

Configuration

The Super Admin is configured in superadmin-registration.conf, which must be provided alongside other Enterprise API configuration files. This file defines:

  • Super Admin email address
  • Super Admin password
  • Activation token

See Configure Super Admin Accounts for configuration details.

Get Started

  1. Configure Super Admin - Set up the configuration file
  2. Activate Super Admin - Activate the account using the token
  3. Authenticate - Log in and obtain a session token
Last updated on May 6, 2026