Hi everyone!
I’m currently building an internal estimation tool and would like to retrieve the team a user belongs to. Since the REST API doesn’t seem to provide an easy way to get this information, I’ve been exploring the GraphQL API instead.
To use the teamSearchV2 query, I understand that the view:team:teams scope is required. However, I’m not seeing this scope listed in my app’s Developer Console. Am I missing a configuration step, or is there a specific requirement for enabling Teams API access?
I’m using OAuth 2.0 in the app as described in the official documentation. Everything else works as expected — it’s just the Teams API that’s giving me trouble.
Any guidance would be greatly appreciated. Thanks in advance!