Complete Platform Control & Configuration
As SuperAdmin, you have unrestricted access to all platform features. Always use caution when making changes, as they affect the entire platform and all users.
SuperAdmin is the highest privilege level with full control over platform configuration, user management, and system monitoring.
| Action | Endpoint | Description |
|---|---|---|
| Create VVB User | POST /api/superadmin/vvb-users |
Create new VVB accounts for validators |
| Create Registry User | POST /api/superadmin/registry-users |
Create new Registry accounts for registry officers |
| Create Admin | POST /api/superadmin/admins |
Create new platform administrator accounts |
| Manage All Users | GET/PUT /api/superadmin/users |
View, edit, activate/deactivate any user |
Assign projects to VVB users for validation or verification using
POST /api/superadmin/projects/{id}/assign-vvb
Assign verified projects to Registry for final review using
POST /api/superadmin/projects/{id}/assign-registry
Manage carbon credit registries (VCS, Gold Standard, CDM, GCC, ACR)
Configure project categories (Solar, Wind, Forestry, etc.)
Enable/disable platform features and beta functionality
Create platform-wide banners and notifications
Configure transaction fees and pricing structure
Customize notification emails and system messages
Complete system audit trail with all user actions for compliance and security.
Monitor endpoint status, response times, and system connectivity.
User growth, credit issuance trends, transaction volumes, and revenue.
Generate platform-wide reports for management and stakeholders.
| Practice | Description |
|---|---|
| Strong Passwords | Use complex passwords with 12+ characters, mixed case, numbers, symbols |
| Regular Audits | Review audit logs regularly for suspicious activity |
| Minimal Access | Only create SuperAdmin accounts when absolutely necessary |
| Session Security | Always log out when finished, never share credentials |
| Change Tracking | Document all configuration changes for accountability |