DeleteDistributionListUser
Use this service to delete 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 |
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>