microsoft-graph-explorer-v4 icon indicating copy to clipboard operation
microsoft-graph-explorer-v4 copied to clipboard

Teams/ID/Clone fails to clone tabs

Open BenjaminInUt opened this issue 8 months ago • 1 comments

Using PS SDK or Graph explorer, the Teams clone function is not cloning Channel tabs. I'm able to see the tabs in the original, and I'm specifying that tabs should be cloned in the parameters, but only the default tabs appear in the cloned Team. (To clarify, this is NOT the known limitation of not configuring the tabs.)

The TEAM is created, and the owner is copied.

Graph URL: https://graph.microsoft.com/v1.0/teams/{TEAMID}/clone Method: POST Sample Body: {
"displayName": "TEST 04/16 04:12:00 Team", "description": "TEST 04/16 04:12:00 Team", "mailNickname": "TEST 04/16 04:12:00 Team", "partsToClone": "apps,tabs,settings,channels", "visibility": "private" }

Expected behavior Channel Tabs should be copied (in an unconfigured state)

BenjaminInUt avatar Apr 16 '25 22:04 BenjaminInUt

I do have the same challenge and expericence the same problem. Will this issue be taken in examination? If you search the internet you will see that many developer have detected this issue also and go to great length to work around it

matthiasbrahm-gws avatar Sep 18 '25 08:09 matthiasbrahm-gws