Import users from Excel
You can quickly add multiple users to Creatio by importing them from Excel. Learn more: Excel data import.
Import data into the "System administration object" that corresponds to the "SysAdminUnit" table in the database. This object contains the company's organizational structure: users, organizational and functional roles.
To import users from Excel:
- Prepare the file for import and fill out the needed columns. Learn more: Prepare an Excel file for importing users.
- Download the file and import users to the system. Learn more: Run the import process.
- Set up user records: assign roles, specify passwords and available licenses. Learn more: Set password, role, and grant licenses to the imported users.
Prepare an Excel file for importing users
Create an *.xlsx document. The document should contain the "Name" and "Type" fields, where you specify the login and type values. You can optionally populate the rest of the columns.
Column name | Column value in the imported Excel file |
---|---|
Name | User’s login name. This column is required. |
Type | Specify "4" to import records as users. This column determines the type of administration unit that is imported – either a role or a user. These types are stored in the "Object Permission Types (SysAdminUnitType)" object. You can find the possible values of this table below. This column is required. |
Contact | Specify the name of the user’s contact. The names that you specify in the "Contact" column of your user import file must match the names of corresponding contacts in Creatio, otherwise Creatio will create new contacts. This column is optional. If you do not populate it, Creatio create new contacts using username as the contact’s name. |
Active | The following values can be used:
This column is optional. By default, all users are active. |
Culture | Specify the user language code (e. g., the "en-US" for English UI). Learn more about Creatio cultures: Manage UI languages. This column is optional. By default, the users will use English localization. |
Connection type | The connection type determines the access permissions inherited by the user.
This column is optional. By default, all users are imported as employees. |
View the values of "Object Permission Types" (SysAdminUnitType) object in the table below.
System administration unit type | "Type" column value | "Connection type" column value |
---|---|---|
Organization | 0 | 0 |
Organizational unit | 1 | 0 |
Manager | 2 | 0 |
User | 4 | 0 |
Portal user | 4 | 1 |
Functional role | 6 | 0 |
Learn more about general requirements for the imported Excel file: Prepare a file.
Run the import process
To import users from Excel:
-
Click System Designer → Data import (Fig. 1).
-
Add your user import Excel file: drag it to the Data Import page that opens, or click Select file and locate your Excel file.
-
Click Other and select "System administration object" as the object for importing file records (Fig. 2). Click Next.
-
Specify the column mapping by connecting the columns from the Excel file to the fields in the Creatio import object (Fig. 3). Click Next.
-
Specify the conditions to identify duplicate records. The data of these columns must be unique for each of the imported records (Fig. 4).
If the value of a column in the imported file coincides with the database value, Creatio will update the existing record. If the value is not available in the database, Creatio will create a new record.
For example, when importing users, use the "Contact" column to determine whether the imported record already exists. If contact with such a name does not exist, Creatio creates a new record.