Users
Overview
A User represents an individual who can access and interact with the AI Command Center based on assigned roles and permissions.
The AI Command Center supports multiple authentication providers. How users are created and managed depends on the selected authentication type:
Supported Authentication Providers
-
Basic Authentication - Users are created, managed, and authenticated locally within the AI Command Center. - Administrators can manually add, edit, disable, or delete users.
-
LDAP Authentication - Users are synchronized from an external LDAP directory (for example, Microsoft Active Directory). - User creation and updates are managed in the directory, not in the AI Command Center.
-
Azure Active Directory Authentication - Users are synchronized from Azure Active Directory using OAuth / OpenID Connect. - User lifecycle management is handled in Azure AD.
Additional authentication providers may be supported in future releases.
You can manage users from Administration > Users. The Users page displays all users available to the system, regardless of how they were sourced.
User Synchronization Behavior
For authentication providers other than Basic Authentication, the AI Command Center relies on periodic user synchronization.
How Synchronization Works
- The system periodically synchronizes users from the configured LDAP or Azure AD provider.
- During synchronization, the system: - Imports new users from the external directory - Updates existing user attributes (such as name, email, or status) - Reflects enable/disable changes made in the identity provider
Important Notes
- Users are not manually created in the AI Command Center for LDAP or Azure AD authentication.
- All user creation, modification, and removal must be performed in the source identity provider.
- The AI Command Center acts as a consumer of identity data, not the system of record.
- Roles, groups, licenses, and automation permissions are still managed within the AI Command Center.
Default Administrator
The user specified during AI Command Center deployment is created as the Default Administrator.
- This user cannot be deleted or replaced.
- The Default Administrator always retains administrative privileges.
- This account is used to log in immediately after installation and to complete initial system configuration.
Context Menu Options for User Entity
User operations depend on assigned permissions.
| Option | Description |
|---|---|
| View | View user details in read-only mode. |
| Edit | Modify locally managed user details (for example, roles). |
| Disable | Disable the user and prevent access to the AI Command Center. |
| Delete | Permanently remove the user from the system (available only with Basic Authentication). |
| Assign Apps | Manage application licenses assigned to the user. |
| Audit | View audit logs related to the selected user. |
For LDAP and Azure AD users, identity attributes are read-only and synchronized from the external provider.
Adding Users
Basic Authentication
For Basic Authentication, users are created manually in the AI Command Center.
- Navigate to Administration > Users.
- Click Add User in the toolbar.
- Enter the user details.
- Assign roles.
- Click Add.

LDAP / Azure AD Authentication
For LDAP and Azure AD authentication:
- Users cannot be created manually from the Users page.
- Users appear automatically after the next synchronization cycle.
- Administrators assign roles, groups, and licenses after synchronization.
User Details
Each user includes the following properties:
| Property | Description |
|---|---|
| Username | Unique identifier from the authentication provider. |
| Password | Used only for Basic Authentication. |
| Email Address | Used for system and process notifications. |
| First Name | User’s first name. |
| Last Name | User’s last name. |
| Manager | Reporting manager, if available from the provider. |
| Department | User’s department, if available. |
| Roles | Roles directly assigned within the AI Command Center. |