
i have a audit tool, audit users in the org. Today i getting all the groups that a user is a member of into a sharepoint list. But that is very slow, however it works.
But is there any way, that i can integrate that into powerapp instedt
i'll lookup up the users and have them in a gallery and when clickin on a user then the next screen is then the details about the user, including a datatable containning the groups.
can i use any something to make that integration directly to Office 365 and displaying all the group memberships that a selected user have.
I don't think you can list groups for a particular person that way.
You can list groups, Office 365 Groups - Connectors | Microsoft Learn
Then you could list group members for each, Office 365 Groups - Connectors | Microsoft Learn
Then you could check if that user's email is in the list of group members for all groups and collect those, however I don't think you can just list all groups a particular person is part of.
Cheers,
Sancho