Forum Discussion
Eric_Chen
Jul 31, 2020Copper Contributor
About the Teams API filter with resourceProvisioningOptions, seems not working
Need to get all list of Teams via Graph API, https://docs.microsoft.com/en-us/graph/teams-list-all-teams?context=graph%2Fapi%2F1.0&view=graph-rest-1.0 I get the example of the filter to get grou...
VasilMichev
Jul 31, 2020MVP
It works fine here, make sure you're using the /beta endpoint though. Also, if running this against PowerShell or similar, make sure to escape all the relevant special chars ($ for example).
The other possibility is that all your M365 groups are team-enabled, in which case you will indeed get the same results with or without the filter 🙂