Users
- Last Updated: May 20, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
A user in MarkLogic Server is the basis for authenticating requests to a MarkLogic Server application server. Users are assigned to roles. Roles carry security attributes, such as privileges and default permissions. Permissions assigned to documents pair a role with a capability. Therefore, roles are central to document permissions. Users derive authorization to perform actions from their roles.
You configure users in the Admin Interface, where you assign a user a name, a password, a set of roles, and a set of default permissions. To see the security attributes associated with a given user, click the User:username link on the Admin Interface screen for the given user. For details on configuring users in the Admin Interface, see Security Administration in Administrate MarkLogic Server.
During the initial installation of MarkLogic Server, four users are created:
-
Authorized administrator- has theadminrole. During the installation, you are prompted to specify the username and password for this user. -
nobody- this user is created with therest-reader,rest-extension-user,app-user, andharmonized-readerroles. A password is randomly generated. -
healthcheck -
infostudio-admin
For details about installing MarkLogic Server, see Install MarkLogic Server.