Is there any API, that allows the ability in app context or app+user context, to directly guest a user into a tenant without going through the invitation/redemption workflow?
I see this, https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/invitation, it shows how to suppress the email but it still forces a manual redemption process.
And it looks like the graph API only has "Create User", no "Add Guest". User does have a field userType that could be "Guest", but it seems like this API is geared toward creating new users, so my hunch is this wouldn't work.