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, Fusion can add users automatically. When creating the security realm, check auto-create users. Fusion creates a user the first time someone logs into Fusion.
There is a soft limit of 100 users in Fusion. Above that number, performance degradation may occur and API calls may take longer to complete. Using the Ephemeral Users parameter prevents the list of users from being saved and can be used to bypass this soft limit.
Manage Users in the Fusion UI
Only Fusion users with administrative privileges (for example, those who are assigned the built-in roleadmin
) can manage users.
Manage users in the Fusion UI. Click System > Access Control > Users.
Manage Users via HTTP Requests to the Users API
See page Users API.User Information
Fusion stores user information in Apache ZooKeeper. Each User entry in ZooKeeper contains the following:id
– A globally unique user ID (UUID), created by Fusion based on username, realm-namerealm-name
– The 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 Fusion UI (in System > Access Control)role-names
– List of roles assigned to the user in the Fusion UI (in System > Access Control)created-at
– Timestamp; created by Fusionupdated-at
– Timestamp for the last edit; created by Fusion