GroupService.addMembers Method
        
 Adds the selected accounts and groups from the specified group.
 
         
        Parameters
        
            - id
            
 
            - 
                
Type: String
The group ID. 
            - listOfAccounts
            
 
            - 
                
Type: Array
The list of account IDs to add. 
            - listOfGroups
            
 
            - 
                
Type: Array
The list of group IDs to add. 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.OperationResult
        
A promise object that is resolved when the call is complete.
 If successful, a dundas.OperationResult is returned.