07-29-2021 14:18 PM
In this video on Power Automate get SharePoint Group Members & flow code snippets, we will go through a step-by-step tutorial of how to get users/members from a SharePoint group.
We will also look at how to share flow code snippets with users within or outside your organization. Code snippets basically mean sharing parts of your flow with other users. Flow snippets uses the flow copy to my clipboard action.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
Video covers the following:
✅ Get Members from SharePoint Group
✅ Flow Code Snippets - copy to my clipboard action
✅ Get Members of Office 365 Group or Azure AD Group
✅ Sample Snippets to download
Links: https://github.com/rdorrani/Microsoft-Flow/tree/master/FlowSnippets
watch?v=WT08hJ1zDyw
Can you getByName for more than one permission group?
_api/web/siteGroups/getByName('Entity')/users
This Uri allows for only one Permission group.
Thank you
Hello;
Inside the _api/web/sitegroups(119)/Users group, innovation.group Members There is another group called But this code (_api/web/sitegroups(119)/Users) only returns contacts. How can I reach the group within the group?
This works great, although it seems something changed since you created the video. I needed to use the following expressions for the Select Email step: body('SharePoint_Group_Members')?['d']?['results'] as when I exposed the code from the prior step there was nothing listed with 'outputs'.
I think you will need to change the Uri to
_api/web/sitegroups/GetById(699)/users
I figured it out, I had "site" instead of "web"
Hello Reza,
Another great teaching video concerning Power Automate.
I am having some difficulty implementing this and hope you can assist.
Any help is appreciated!