Request Packet Structure

A request XML packet retrieving users from the database includes the set-db-users operation node:

<packet version="1.4.2.0">
<database>
   <set-db-user>
   ¡­
   </set-db-user>
</database>
</packet>

 

The set-db-user node is presented by type DatabaseSetDBUserInputType (database_input.xsd), and its graphical representation is as follows:

Remarks

You can change credentials for multiple database users in a single packet. Add as many set-db-user operations to the packet as the number of different users you want to update.

<packet version="1.4.2.0">
<database>
<set-db-user>
...
</set-db-user>
...
<set-db-user>
...
</set-db-user>
</database>
</packet>