Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
Is there any built-in method to fetch details of a User with its Group information.
We have methods like: GetMembers(), GetUsersInGroup(params),etc but none of them return table with columns of Users and corresponding Groups.
Case: I want to display Users list with their different groups asigned.Hence,its possible one User might belong to more than one Group.
But we get usual output like below.
Any comments on this?
Thanks.
Solved! Go to Solution.
Hi,
You can loop through all users and call GetGroups() on each of them and create the table wanted.
Hi,
You can loop through all users and call GetGroups() on each of them and create the table wanted.
Wrong query posted. Not required to be resolved.
But Thanks Quang-Dung Ngo for the reply.