Skip to main content

Admin WebUI

Admin WebUI is the management interface for administrators to operate data built on NocodilySuite APIs.

While the regular WebUI is a business screen for end users,
Admin WebUI is a management interface for system administrators and operations staff.
User management in the Authentication API, file management in the Storage API,
and data operations in the MicroService API can all be performed centrally from the GUI.


Differences from Regular WebUI

ItemWebUIAdmin WebUI
Target UsersEnd users (general users)Admin users (AdminUser)
AuthenticationLogin with IAM API general user accountLogin with IAM API admin account
Operation ScopeOnly own data / data within permissionsAll data with admin privileges
Primary PurposeDaily operations, data entry, viewingUser management, data correction, operations

Admin Authentication

To log in to the Admin WebUI, use an AdminUser account registered in the connected IAM API.
Since authentication is done with the admin user's token, administrator endpoints that are restricted to general users become accessible.


Key Operations

User Management (IAM API)

Operate users registered in the IAM API as an administrator.

OperationDescription
View User ListDisplay all registered users
Register UserAdmin directly creates users (invitation, bulk registration, etc.)
Delete UserDelete unnecessary accounts
Register / Delete Admin UsersAdd and remove AdminUsers
Manage Organizations and PermissionsChange user organization membership and Role assignments

File Management (Storage API)

Manage files stored in the Storage API.

OperationDescription
Upload FilesUpload any file as an administrator
Download FilesRetrieve stored files
View File ListDisplay file lists by organization or user
Delete FilesDelete unnecessary files

Data Management (MicroService API)

Operate data accumulated in MicroService APIs with administrator privileges.

OperationDescription
View Data ListBrowse all records as an administrator
Register DataAdmin directly creates records
Update DataEdit existing records
Delete DataDelete unnecessary records

Use Case Scenarios

  • User Onboarding — Admin registers new users and assigns them to organizations in bulk
  • Data Correction — Admin directly corrects data errors that occur during operations
  • File Inventory — Organize and delete files accumulated in storage
  • Permission Changes — Quickly reflect Role and organization membership changes due to personnel transfers
  • Incident Response — Identify and delete or correct problematic data