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, Lucidworks Search can add users automatically. When creating the security realm, check auto-create users. Lucidworks Search creates a user the first time someone logs into Lucidworks Search.
Manage Users in the Lucidworks Search UI
Only Lucidworks Search users with administrative privileges (for example, those who are assigned the built-in roleadmin) can manage users.
Manage users in the Lucidworks Search UI. Click System > Access Control > Users.
Manage Users via HTTP Requests to the Users API
See page Users API.User Information
Lucidworks Search stores user information in Apache ZooKeeper. Each User entry in ZooKeeper contains the following:id– A globally unique user ID (UUID), created by Lucidworks Search based on username, realm-namerealm-name– The Lucidworks Search 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 Lucidworks Search UI (in System > Access Control)role-names– List of roles assigned to the user in the Lucidworks Search UI (in System > Access Control)created-at– Timestamp; created by Lucidworks Searchupdated-at– Timestamp for the last edit; created by Lucidworks Search