getUserList

 

Function Name: getUserList

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to generate User List Xml.

 

Input Parameters

Output Parameters

 

Prototype:

 

public String getUserList

(

 

 

 

String userName,

 

 

String userPassword,

 

 

String firstName,

 

 

String lastName

 

)

 

 

 

Input Parameters:

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

 

Output Parameters:

Xml containing UserInformation

<User> 

<UserName>Atam</UserName>

<UserPassword>atam</UserPassword>

<FirstName>Atam</FirstName>

<LastName>Govil</LastName>

</User>