Add Users
The first user who logs in becomes the useradmin
.
There are two approaches for adding users:
- Manual – Add users manually to a security realm that does not auto-create users.
- Automatic – For a security realm that uses an external authentication provider, Managed Fusion can add users automatically. When creating the security realm, check auto-create users. Managed Fusion creates a user the first time someone logs into Managed Fusion.
Manage Users in the Managed Fusion UI
Only Managed Fusion users with administrative privileges (for example, those who are assigned the built-in roleadmin
) can manage users.
Manage users in the Managed Fusion UI. Click System > Access Control > Users.
Manage Users via HTTP Requests to the Users API
See page Users API.User Information
Managed Fusion stores user information in Apache ZooKeeper. Each User entry in ZooKeeper contains the following:id
– A globally unique user ID (UUID), created by Managed Fusion based on username, realm-namerealm-name
– The Managed Fusion security realm name; the default is “native”.username
– The username string, which is unique within the specified security realmpermissions
– List of permissions that have been explicitly assigned to the user in the Managed Fusion UI (in System > Access Control)role-names
– List of roles assigned to the user in the Managed Fusion UI (in System > Access Control)created-at
– Timestamp; created by Managed Fusionupdated-at
– Timestamp for the last edit; created by Managed Fusion