Hello,
I would like to create a flow that lists all SharePoint Sites a User has access to.
The Flow will be triggered from the onStart of a power app. This will run a cloud flow passing the users's email address to the flow.
I figured this could be done by sending an HTTP request, but I am struggling with the API call.
After retrieving the list of sites available to the user, return the info to the Power App for the user to see in a data table. It would be nice to retrieve the access level that the user has for each site as well, but not required.
Any examples or suggestions will be greatly appreciated!