microsoft-graph
1 TopicTeam provisioned without graph access
Hi, I've noticed that every so often when we create a new team via the Teams client, the newly created team will not be provisioned correctly. Typically once a team is provisioned you can get the root site for the team using the following graph query: https://graph.microsoft.com/v1.0/groups/{teamId}/sites/root However, we have observed on numerous occasions a provisioned team does not return the root site using the above graph query. The site itself is still accessible however using the above graph call return an error like below: { "error": { "code": "ResourceNotFound", "message": "Resource is not found.", "innerError": { "date": "2023-05-16T14:36:41", "request-id": "cfa4b716-4599-4c2f-93bd-f4604d1d5fbf", "client-request-id": "308ff383-5102-a049-88e2-eb1ba5e70557" } } } Additional Details: - Sometimes the site is accessible via the graph for a short period of time and then becomes inaccessible again.1.6KViews0likes4Comments