I try to use the relative new feature of resetting the redemption status of a guest user. My code calls the invitations API of Microsoft Graph, as described here: https://docs.microsoft.com/en-us/azure/active-directory/external-identities/reset-redemption-status
This works as expected, as long as I use delegated / user permissions. But it doesn't seem to work with App Permissions! The invitation API itself works with App Permissions, but this specific feature of resetting the redemption status ends with an error:
HTTP 403 Forbidden
Guest invitations not allowed for your company. Contact your company administrator for more details.
The app has Directory.ReadWrite.All as well as User.Invite.All permissions granted. And the invitation without the resetRedemption switch works. I used the Beta endpoint of MS Graph - so, i'm aware of the fact that it isn't available on v1.0 endpoint yet.
Is this a known issue?
BR, Lukas
