I found the API I need at
https://docs.microsoft.com/en-us/graph/api/invitation-post?view=graph-rest-1.0&tabs=http
Is there a Flow component I can use out of the box instead of calling above API directly?
I followed this blog https://www.timlinenterprises.com/how-to-invite-external-users-using-microsoft-flow-and-microsoft-graph-api/ but the challenge is that I am not the Admin to grant consent for my app:
Getting consent could be an IT challenge.
My end goal is to add guest user to the org, then trigger Team Flow to add the user to Team site.
It'd be great if there is an existing Flow component to use or some workaround. Is there any suggestion?