Hi @Ramki
Follow this link to clone a MS Teams group using Graph API.
Make sure to replace your 'MS Teams group ID' which you want to clone in place of {id} in below request call
POST /teams/{id}/clone
Content-Type: application/json
Request Body:
{
"displayName": "xxxxxx",
"description": "xxxxxx",
"mailNickname": "xxxxxx",
"partsToClone": "apps,tabs,settings,channels,members",
"visibility": "public"
}
Thanks,
Prasad Das
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.