Creating a user
The following request creates three new users in the Encyclopedia volume and identifies them by various properties. To add more than one e‑mail address for a user, separate the addresses with a comma. To refer to the user’s home folder, include a complete path, as shown in the following request:
<SOAP-ENV:Body>
<Administrate>
<AdminOperation>
<CreateUser>
<User>
<Name>Akiko Takagishi</Name>
<Password>movies</Password>
<EmailAddress>ATaka@grisworld.com</EmailAddress>
</User>
<User>
<Name>Grandford Lynne</Name>
<Password>hedge</Password>
</User>
<User>
<Name>Sandy Browne</Name>
<Password>nobhill</Password>
<HomeFolder>/Financials/Sandy</HomeFolder>
</User>
</CreateUser>
</AdminOperation>
</Administrate>
</SOAP-ENV:Body>