Hi All,
How to find all the users of Organization and its Units. Tried using getMembers service but I am getting a list of UserGroups.
As per the custom solution, I need to iterate through all UserGroups of the organization to get a list of user and remove duplication. Any feasible solution?
Thanks in advance.
This is discussed under the thread How to list Users that belong to an organizational unit?
Hope this is of some help.
Hi Digital One,
Have you added User Groups in the organization and want to get list of users in the organization ? If yes, you can use the custom method you have mentioned i.e. to iterate through all UserGroups of the organization to get a list of user and remove duplication.
If you have added Users in the organization; you can simply use getmembers and other service to get the list of members.
I hope it helps.
Thanks,
Ankit Gupta