Importing user definitions from another source

If you already have user names, passwords, and descriptions defined in another program, you can import this information directly into the administration control database and bypass creating these users in the Mobile Devices Administration Center. Use the XML Scripting Tool to perform this task.

To import this information with the XML Scripting Tool, use the following command.

<AddUser>
      <Name>username</Name>
      <UserGroup>group</UserGroup>
      <Password>12345</Password>
  </AddUser>

For more information see XML Scripting tool DTD and Utilizing the XML Scripting tool.

Related concepts

Related tasks