UpdateDistributionListUser
Use this service to update a distribution list user.
Required parameter - USER node
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| userName | Alphanumeric string | 
               Username of the LSF user. The username must be in domain format: Domain\Username for Windows  | 
            
Optional parameters - USER node
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| autoPrint | Integer | 
               Determines whether to auto print the print file on a printer. The default value is False.  | 
            
| listName | Alphanumeric string | 
               The name of the list. Maximum length for strings is 10.  | 
            
| numCopies | Integer | The number of copies to be printed | 
| printer | Alphanumeric strong | The name of an LSF printer that is assigned or will be assigned to the LSF user | 
| save | Integer | 
               Determines whether to save a copy of the print file to the Print Manager The default value is True.  | 
            
XML request format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by an <ACTION> node.
For Member Add/Update/Delete:
<ACTION>
	<DISTRIBUTIONLIST listName="${DSTLSTNAME}">
		<USER userName="${USERNAME}" autoPrint="true" listName="${DSTLSTNAME}" numCopies="1" printer="${PRINTERNAME}" save="false"></USER>
	</DISTRIBUTIONLIST>
</ACTION>