Forum Discussion

Greg Stover's avatar
Greg Stover
Copper Contributor
Dec 11, 2019

Microsoft Teams Graph API Error

I am using Microsoft Graph to Clone a team and I am getting Not Found errors. I used the Graph Explorer to get a list of teams that I am a member of and selected this one to clone. My flow does contain the proper Client, Tenant, and Client Secret information and I have registered my app in Azure with the correct permissions.

 

template: "id": "cd6239d4-4d21-48d8-93f7-f17fae351871",

"displayName": "Template_Team",

"description": "This is the base template for new Teams.",

"internalId": null, 

"webUrl": null,

"isArchived": false,

"memberSettings": null,

"guestSettings": null,

"messagingSettings": null,

"funSettings": null,

"discoverySettings": null 

 

In my workflow, I am calling the following.

 

 

 

POST https://graph.microsoft.com/teams/a30b9536-631b-4fe9-ad1c-836c00f17dc7/clone 

 

Getting the following error { "error": { "code": "ResourceNotFound", "message": "Invalid version: teams", "innerError": { "request-id": "24ee407c-7baa-4e2c-a88a-77af52424150", "date": "2019-12-11T18:04:04" } } }

Resources