Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 kiranb13
		
			kiranb13
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Team,
Can you please help me with the below query.
I need to fetch the list of user groups and list of users from the user Group.
Which method from QMS API can fetch the above mentioned data ?
 kiranb13
		
			kiranb13
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Everyone,
Can anyone get answer for the above query ?
 
					
				
		
 bknol
		
			bknol
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Kiran B,
Not sure if you can fetch a list of user groups and the users that are in the groups in the format below.
You can use the method LookUpNames and get all groups and users if you pass an asterisk (*) as the 'names' parameter. Performance can depend on how much directory service providers are used.
Documentation and example of this method can be found here: IQMS.LookupNames Method
To resolve the groups a user is in, use the method ResolveUserGroups.
Documentation here: IQMS.ResolveUserGroups Method
Kind regards,
Bas Knol
The Implementation Group
