Hi,
I'm in the process of building a PowerApp that allows user input to define the creation of project sites & libraries in SharePoint (online) via Power Automate.
I've got everything working, site creation, document libraries, views etc working... but now need to add existing AAD security groups to the "Owners", "Members" and "Visitors" of the newly created site. There will ultimately be hundreds of sites, all with the same permissions requirements, so I don't want to create new security groups for each site. There will only be the 3 groups (Owners, Members, Visitors) in use across all of the sites.
Much googling has been done, but I haven't been able to find a way to do this from within a flow. Happy to use the HTTP request to get this done, (if it is possible to do it this way), if so, help with the URI / Headers / Body would be greatly appreciated.
Thanks 🙂