Multiple user accounts can be imported from an XML file. A user file must include each user’s first name, last name, user name, and email address. An example is shown here, containing two new users:
<users> <user> <fname>Jane</fname> <lname>Smith</lname> <username>jsmith123@example.com</username> <email>jsmith@example.com</email> </user> <user> <fname>Jessica</fname> <lname>Wood</lname> <username>jwood123@example.com</username> <email>jwood@example.com</email> </user> </users>
To import multiple users,
Go to: Account Tab > Manage Administrators