Skip to content

Importing Users ​

To import users, you must provide a CSV file containing the required user information.

The available columns for this table are:

ColumnDescription
nameRequired. The user's name. Bettwe 1 and 40 characters.
emailRequired. Must be a valid email address format.
passwordRequired. Must be between 6 and 120 characters.
roleOptional. The user's job role or title. Maximum 20 characters.
phoneOptional. The user's phone number. Maximum 20 characters.
activeOptional. A valid boolean value. Defaults to true.

Security Restrictions ​

The Admin setting cannot be configured through the import system due to potential security risks. For the same reason no user permissions or permission roles can be assigned during import.

All imported users will be created as non-admin users with no permissions.

Imported users will also be created without a license assigned. A license must be manually applied before the user can log in.

Example CSV ​

All columns ​

csv
name,email,role,phone,password,active
John Smith,john.smith@example.com,Sales Manager,01234567890,Password123,true

Required columns ​

csv
name,email,password
John Smith,john.smith@example.com,Password123