addMemberToList

This will add a member to a specified Moira list.


API syntax:

 public boolean addMemberToList(      String listName,

 String memberID,

 String memberType,

 String proxyID)
throws moirawsException 

Parameters:

Return value:

The addMemberToList API returns a boolean true if the specified memberID is successfully added to the specified list.  If the member cannot be added to the specified list, either a boolean false is returned or and exception will be thrown.