Difference in teams visibility between api explorer / oauth app

I have a personal account, and an OAuth app (with Client Credentials) that have both been assigned the same role. Using the personal account, in the API explorer, I can run

GET /api/v2/teams

And I get all the teams back. Do the same with my clientId/secret, and I'm getting a 403 error telling me:

You are missing the following permission 'groups:team:view' in the provided division(s)

The role has the permission Groups Work Team All Permissions - which doesn't seem to be a division aware permission, so I'd expect to be able to work with the teams API just fine. What am I missing?

Figured this out - they permissions weren't the same after all. Having unified the permissions between my personal account and the OAuth client, things are now working as expected.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.