Skip to main content

Replace users with csv import

With Asprova My Schedule ver.25.3 or later, users can be created by importing csv files. To perform import, go to user management page at "/admin/users" and look for "Import users from file" button.

info

This operation can only be done by the default server admin, The user is always excluded from the replacement, and it cannot be included in the csv file.

warning

Importing users with csv will replace users. If the server has UserA and UserB, and you import a csv file containing UserC, the server will have only UserC.

CSV file format

The import csv file must follow the requirements below:

  1. The first row must be the column names specified in the table below.
  2. The default server admin must not be included.
  3. The rows must have no duplicate usernames.
Column IndexColumn NameDescriptionAllowed valuesNullable
1UsernameUsername. If the user is authenticated with AD, it is UPN.stringno
2DisplayNameDisplay namestringyes
3AuthMethodAuthentication method"Password" or "ActiveDirectory"no
4PasswordPassword. Only valid if the auth method is "Password".stringno
5ServerPermissionServer-level permission"ServerAdmin"yes
6ProjectId1Id of the project the user will be given permission onstringyes
7ProjectPermission1the project permission"ProjectAdmin", "ResultInput" or "ReadOnly"yes
8 ~ 15ProjectIdN and ProjectPermissionNUp to 10 pairssee column 6 and 7yes