Find active directory users that match a set of criteria
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Parameters
- first_name
 - 
		Type: string 
		
the first name to look for, or blank
 
- last_name
 - 
		Type: string 
		
the last name to look for, or blank
 
- windows_identity
 - 
		Type: string 
		
the windows identity to look for, or blank
 
- 
		Type: string 
		
the email address to look for
 
Return Value
Type: List<UserInfo>the list of found users