Hello
I'm trying to Invite Guest Users with Power Automate with the "Send an HTTP request (Preview)" connector.
My Flow looks like this:
If I try this, i get an error code 400
Anyone may help or have some ideas? Thanks.
Solved! Go to Solution.
Hi @JodokSenften,
As far as I am aware invitation is a resource type which is not supported by this specific Office 365 Groups action.
Like the error message suggests, only me, users, groups, sites, search, planner, teams & chats resources are supported.
As a workaround you could use the HTTP action (which is premium):
Hi @JodokSenften,
As far as I am aware invitation is a resource type which is not supported by this specific Office 365 Groups action.
Like the error message suggests, only me, users, groups, sites, search, planner, teams & chats resources are supported.
As a workaround you could use the HTTP action (which is premium):
Please, try to use HTTP connector (although it's premium).
Regards,
Ferran
Hm, i guessed this would be the case 😞
Then I'll have to use the premium http action.
You could also try to ad a / at the end of the URL if you try to use the preview version.
I found that here: https://powerusers.microsoft.com/t5/Building-Flows/Power-Automate-O365-Groups-activities-Get-group-I...
Hi @okeks,
As far as I understood that workaround was to escape the ? character of the $filter query parameter. In this setup we are not using such a ?$filter in the URI path.
Hi @okeks,
unfortunately it doesn't help - I've already tried 😉