Use User-Scope for MS Teams Project fetching #290

Open
opened 2026-04-05 16:19:18 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @tollercode on 11/11/2025

Is your feature request related to a problem? Please describe.
Would it be possible to use the account scope within a Project to fetch the Teams-Projects(Teams) instead of using the scope of the Entra-Enterprise application? The reason is that in large Orgs Teams has probably 100k+ Teams which makes it extremely difficult to fetch and handle the list.

Describe the solution you'd like
Instead I am proposing to use the Token & Scope of the account who has linked the Teams integration. This would make it easier to fetch the correct Teams. OFC all further interaction with the selected Teams-Team would be done over the applocation Token.

Describe alternatives you've considered
Use better pagination and cached responses to handle large responses from Graph-API. This is extremely complex to implement and seems to be unnecessary.

Additional context
Add any other context or screenshots about the feature request here.

*Originally created by @tollercode on 11/11/2025* **Is your feature request related to a problem? Please describe.** Would it be possible to use the account scope within a Project to fetch the Teams-Projects(Teams) instead of using the scope of the Entra-Enterprise application? The reason is that in large Orgs Teams has probably 100k+ Teams which makes it extremely difficult to fetch and handle the list. **Describe the solution you'd like** Instead I am proposing to use the Token & Scope of the account who has linked the Teams integration. This would make it easier to fetch the correct Teams. OFC all further interaction with the selected Teams-Team would be done over the applocation Token. **Describe alternatives you've considered** Use better pagination and cached responses to handle large responses from Graph-API. This is extremely complex to implement and seems to be unnecessary. **Additional context** Add any other context or screenshots about the feature request here.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#290