Request Packet Structure

A request XML packet adding a new web user includes the add operation node:

<packet version="1.4.2.0">
<webuser >
   <add>
   ¡­
   </add>
</webuser>
</packet>

 

The add node is presented by type WebUserAddInputType (webuser.xsd), and its graphical representation is as follows:

Note: The login name should begin with an alphabet character. It cannot contain white spaces. The password cannot contain quotation marks, white space, user's login name, and should be between 5 and 14 characters in length.

Note: The password field can be left blank. If so, the web user is created but cannot login until the administrator creates the password for this user.

Remarks

You can add multiple users in a single packet. Use as many add operations as the number of web users to be added.