Importing Users and User Groups

You can import users and groups of users in a comma-separated or XML list. Importing provides an alternative method for setting display names (descriptions), grouping users, and adding users to the Users Management list (and User Criteria) who may not have logged in or been recorded yet. The groups you import will appear in User Groups Management, and the users will appear in Users Management in the Dashboard. See below for an example of each type of import file.

To import a group of users:

  1. Select the Management tool, then select Users or User Groups.

  2. Right-click in the right pane and select Import.

  3. In the box that appears, select Users and Groups. Click Next.

  4. Choose to import a .CSV (Comma Separated Values) or an .xml (eXtensible Markup Language) file. Directions for both are below.

  5. Click Browse to browse to and select the file you wish to import.

  6. Click Next.  If the file is correctly formatted you see a summary of users about to be imported.

  7. Click Import. If there is a problem with the import file, a message appears at the top of the box "One or more record(s) failed to be imported. Fix the error in the record(s) and import again."

CSV File

A CSV file is a text file saved under a name with the .csv suffix (name.csv). In the file, fields are separated by commas or tabs. The file can be created from an Excel spreadsheet or other application and takes the following format:

UserName, UserDescription, LoginType, Domain, Computer, GroupName, GroupDescription
 

The import expects these fields in order:

XML File

An XML file is a text file with XML markup, saved under a name with the .xml suffix (name.xml).   The example below shows the required format and fields, and adds two users to the group named "Cartoon."  

<Root>

       <Users>

<User Name="dduck" Description="Daffy Duck" LoginType="Network" Domain="CHICAGO" GroupName="Cartoon" GroupDescription="Cartoon Characters" />

<User Name="dduck2" Description="Donald Duck" LoginType="Local" Domain="CHICAGO" Computer="Computer1" GroupName="Cartoon" Characters"/>

         </Users>

    </Root>

The import uses the following XML elements:

You can import computer and user records in a single XML file as long as they appear in correct XML nodes.

Import Rules

When you import computers, the following rules apply:

Related Topics

Grouping Users

Adding a New User

Deleting a Group