How to add teams scopes for graphql query?

Using the graphql explorer I am able to get teams data by following the teams documentation. However, when I try hitting the graphql endpoint via postman I get the following error: { "message": "This request does not contain the right authorisation scopes to access this field", "locations": [], "path": [ "team", "teamSearch" ], "extensions": { "requiredScopes": [ "view:team:teams" ], "providedScopes": [ "manage:jira-project", "read:jira-work", "offline_access", "write:servicedesk-request", "manage:jira-webhook", "write:jira-work", "read:me", "read:jira-user", "read:servicedesk-request" ], "errorSource": "GRAPHQL_GATEWAY", "statusCode": 403, "agg": { "severity": "NORMAL", "ugcPiiSafe": true }, "classification": "InsufficientOAuthScopes" } } I went to the Atlassian developer console to add the missing “view:team:teams” scopes but I do not see it there. Does anyone know how to add this scope? The documentation does say it requires teams scopes but I cannot find anywhere on how to add it

Welcome to the Atlassian community @jenkins6g,

As far as I know, there is no way to add scopes for accessing teams: