Aug 22 2018 08:32 AM
My goal is to clone a team. I'm doing it in Azure function using Graph API (POST beta/teams/{id}/clone). According to Microsoft documentation the only way to use this API is through the "Delegated" permission. I have an Azure app setup that has all delegated permissions to the Graph API, I'm using this app (AppId and secret) plus user's credentials to get a token via oath2.0 pattern (after token acquired I can see that it has all needed permissions). Unfortunately when I run clone API I get a "Access Denied. Failed to execute Skype backend request GetThreadRequest." error. I can run GETgroup API and GET user API without any issues.
Looking for advice. Thank you.
Aug 30 2018 02:41 PM
SolutionAug 19 2019 05:13 AM