Function Name: getUserList
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to generate User List Xml.
Prototype:
public
String getUserList |
( |
|
|
|
String userName, |
|
|
String userPassword, |
|
|
String firstName, |
|
|
String lastName |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
userName |
Name of the User. |
|
Blank |
userPassword |
Password of the User. |
|
Blank |
firstName |
First Name of the User. |
|
Blank |
lastName |
Last Name of the User. |
|
Blank |
Xml
containing UserInformation
<User>
<UserName>Atam</UserName>
<UserPassword>atam</UserPassword>
<FirstName>Atam</FirstName>
<LastName>Govil</LastName>
</User>