AddMemberToGroup

 

Function Name: getAddMemberToGroupExtXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to add a User to various Groups.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API:: NGOAddMemberToGroup

 

 

Prototype:

 

public String getAddMemberToGroupExtXml

(

 

 

 

String cabinetName,

 

 

String userDBId,

 

 

String groupIndex,

 

 

String userIndexList

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Cabinet to which the User wants to connect.

 

N/A

userDBId

UserDatabase ID that is returned in the NGOConnectCabinet call.

 

N/A

groupIndex

Information about the Groups in which User is to be added. This list can be generated by the helper function getGroupIndexXML

Integer >0

N/A

userIndexList

Comma separated list of user indexes of those users who are to be added to the group.

Comma separated list of  Integers >0

N/A

 

Output Parameters:

An Input Xml for NGOAddMemberToGroup.