I have a requirement on Microsoft Flow. As per my requirement, I have to create a flow which will copy users from SharePoint group and add it to a SharePoint list.
Anyone can suggest how can I make this requirement using Microsoft Flow?

I have a requirement on Microsoft Flow. As per my requirement, I have to create a flow which will copy users from SharePoint group and add it to a SharePoint list.
Anyone can suggest how can I make this requirement using Microsoft Flow?
Hi @Preetish
you could use the HTTP Sharepoint call to get the list of users in the sharepoint group, then read them and add the presence of this users to the list. However you need to have clear your trigger: will be scheduled? Manually triggered?
I think the Odata feed you are looking for is: https://your-org.sharepoint.com/sites/your-site/_api/web/sitegroups to get the group per name and https://your-org.sharepoint.com/sites/your-site/_api/web/sitegroups/GetById(your-group-id)/Users
Let me know if this is what you were looking for 🙂
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.