-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
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)