I am trying to use the The Teams REST API using a Service Account, but don't know what scopes to apply?
The documentation doesn't list which ones to use, as it normally does
I can create a personal token with no scopes, which works, but as soon as I try to apply scopes on a Service Account or user account, I can't seem to find the correct ones.
I cannot create a scopeless Service Account API key, and ideally don't want to rely on a user generated key for work that sits in production.
This is the endpoint -https://api.atlassian.com/public/teams/v1/org/{orgId}/teams/{team}/members
The scopes I have tried
Here is the open suggestion in JAC to allow the Teams REST API endpoints to work with a service account: https://jira.atlassian.com/browse/JRACLOUD-96410
Kind regards,
Bill
Thanks for linking the Feature request, fingers crossed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This API must be called with basic auth/ using a normal Atlassian API token, not with OAuth scopes.
Service accounts won't work here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's very frustration, especially from an Enterprise perspective
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.