
Announcements
Hi everyone,
we´re currently trying to auto approve join requests for Microsoft Teams.
I just checked the whole process and found out that through this link you can send a POST approval which is accepting the invite.
https://teams.microsoft.com/api/mt/emea/beta/teams/joinRequestAdminAction?silentAction=false
The Body included in this POST:
{"GroupId":"123","UserMri":"1:orgid:123","ActionType":"Accept"}
However when I´m trying to do this on my own with an "authorized user" I´m getting the error message "Unauthorized".
Is it possible to realize this over Power Automate through http requests or through a different process?
BR