This will add a member to a specified Moira list.
public boolean addMemberToList( String listName, String memberID, String memberType, String proxyID) throws moirawsException; |
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.