Connect an AI assistant
Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.
The catalog did not load. Refresh the page to try again.
Loading…
{{server.name}}
{{server.summary}}
{{server.documentCount.toLocaleString()}} pages Not published to this site
- Name
-
{{server.name}} - URL
-
{{mcpServerUrl(server.path)}}
| Tool | What it does |
|---|---|
{{tool.name}} |
{{part.text}}{{part.text}} |
How can we help?
Searching in {{docApp.searchFilterBySpecificBookTitle}}
Searching for:
{{docApp.searchResultFilteredItems.length}} results for:
{{docApp.currentResultsSearchText}}
in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown.
Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
-
{{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
Selecting the best method to create users
- Article
- Tue May 26 2026
- 3 minutes to read
- 1 contributors
This document looks at the different options and methods for adding users to Hornbill. Depending on your environment and requirements, there are several different approaches for adding users to Hornbill which can be anything from the manual creation of a single user to the automated provisioning of users from a scheduled import.
Quick check
- I just need to create one user.
- I need to do a one-time import from a CSV file.
- I want to schedule an import of users from Microsoft Active Directory.
- I want to schedule an import of users from an external data source.
- I want accounts to be automatically created when users log in using SAML authentication.
Create an individual user account
When either a single user or a small handful of users is needed, manually adding user accounts can be the most practical option when you are dealing with a small number.
- Often used to create the first few accounts that will be used when initially setting up a Hornbill instance.
- Use to add an individual user that is not automatically added as part of a scheduled import.
- Manually adding accounts does not include any configuration options for automatic updates to the account.
- Done using the platform configuration. No additional configuration is required.
Create multiple user accounts using CSV upload
When a large number of user accounts need to be created, a CSV upload can be a quick and simple way to achieve this. A CSV template is provided which includes some of the standard fields that are required to create a new user account.
- A user account is created when the upload is initiated via Hornbill Administration.
- The account is created using the contents of the CSV template selected.
- The CSV upload is designed only for the creation of new accounts. It is not capable of updating existing user accounts.
- This particular CSV import cannot be scheduled.
Hornbill user import utilities
Application User and Basic User accounts can be created based on the content of another data source such as your Directory Service or an MSSQL database using one of Hornbill’s Open integration Utilities. A user import utility is the preferred choice for an implementation involving Service Manager. All Hornbill user import utilities can be scheduled to create and update user accounts.
- These can be scheduled using Windows Scheduler.
- Options to allow for both create and update of users.
- Installed within your environment and securely connects to your Hornbill instance.
- Ability to maintain a greater range of user account properties.
- Ability to make associations between user accounts and site records and also department (group) membership based on the contents that exist in your directory services.
- A user account is created at the time the chosen utility is scheduled to run.
The available User Import tools include:
- LDAP User Import. This utility provides a simple, safe and secure way to create new Hornbill User Accounts and update existing ones by synchronizing with accounts held in your Active Directory or other industry standard LDAP capable directory service.
- SQL User Import. This utility provides a simple, safe and secure way to create user accounts on the Hornbill platform by synchronizing with accounts held in your Database.
- Entra ID User Import. The utility provides a simple, safe and secure way to create user accounts on the Hornbill platform by synchronizing with accounts held in Entra ID.
Auto provisioning via SSO
The creation of user accounts can be automated as part of the Single Sign-on (SSO) configuration meaning no physical import is required if SAML is available. Your users are self-provisioned automatically when they first navigate to your Hornbill instance.
- No Import of users required. Accounts are created as they login
- Site associations are limited to a single site specified in the Auto-Provisioning template.
- Only one user template can be used in conjunction with a Hornbill Security profile (Single sign-on configuration).
- Updates to existing user accounts are supported
- The account is created based on the contents of your directory services transported through the attributes specified in the outgoing claim of your Identity Provider. The directory attribute-to-Hornbill mappings are stored in the Hornbill SSO Profile.
- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}