Open buzznut opened 4 years ago
/cc @nkramer
Thank you for reporting this issue. This appears to be an issue or limitation with the service APIs. Unfortunately, as the Microsoft Graph SDK team, we do not have ownership of the APIs that are causing you issues. We invite you to create a question about the service API to Microsoft Q&A and tagged with one of the [microsoft-graph-*] tags, that way it will get routed to the appropriate team for them to triage:
https://aka.ms/msgraphsupport or directly https://aka.ms/askgraph
For now, we will close the issue on our side but feel free to open it in the relevant repository if you think the issue is specific to SDK. Please let us know if this helps!
Note: We will close this repository on April 19, 2024.
When reading Teams channel messages with Graph, I am getting a "Forbidden" error. Note: this started last week regardless of the channel messages that were created with the Teams UI (Web) or Graph. To mitigate the problem I need to remove the Graph OAuth user from the team using PowerShell:
(1)Remove-TeamUser, (2)remove-unifiedgrouplinks for "owner", (3)remove-unifiedgrouplinks for "member", (4)add-teamuser with role "owner".
It feels like the problem is that the OAuth admin, used to create the team, is both "Member" and "Owner" with UnifiedGroupLinks. AB#7153