Hi,
I am using https://graph.microsoft.com/beta/groups/{id}/onenote/notebooks to add OneNote to Microsoft Teams team. It was working fine until last week and not I get "No modern group was found that matches the ID e4025302-a6db-4902-99a4-3713b8ab25eb". I am creating a Microsoft Team via Microsoft Flow and adding a OneNote tab to the General channel of the team.
{
"error": {
"code": "20160",
"message": "No modern group was found that matches the ID e4025302-a6db-4902-99a4-3713b8ab25eb.",
"innerError": {
"date": "2021-05-17T18:16:31",
"request-id": "ecf03a70-19d6-447e-9ab2-df2703c14d1c",
"client-request-id": "ecf03a70-19d6-447e-9ab2-df2703c14d1c"
}
}
}