Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | User Configuration | Update Users
 
Update Users
Updates the password of an existing user.
Syntax
sagcc update configuration data nodeAlias Universal-Messaging-instanceName
COMMON-LOCAL-USERS-userName {--input|-i} file.xml 
Arguments and Options
nodeAlias
Required. The alias name of the installation in which the Universal Messaging server instance is installed.
Universal-Messaging-instanceName
Required. The ID of the Universal Messaging server instance on which you want to update the user password.
COMMON-LOCAL-USERS-userName
Required. The ID of the user whose password you want to update.
{--input|-i} file.xml
Required. The absolute path to the XML file that contains the user ID and the new password.
Examples
To update the password of the user with ID "user2" in the "user2.xml" file on the server instance with ID "Universal-Messaging-umserver" that is installed in the installation with alias name "sag01":
sagcc update configuration data sag01 Universal-Messaging-umserver   
COMMON-LOCAL-USERS-user2 --input c:\inputxmls\user2.xml
The user2.xml file has the following format:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>   
<User id="user2">   
<Password>test</Password>   
</User>