Team Queries allow you to fetch the data of a team for a given ID.
The team's ID must be in the form of an Atlassian Resource Identifier.
For example, the ID should be prefixed with ari:cloud:identity::team/
and may look like ari:cloud:identity::team/xxx-xxx-xxxx
The API authenticates users making requests to fetch a team and associated data. Only users with permission can view and access teams.
It is possible to use OAuth to request data on behalf of a user. The required scoped are specified in the queries.
Read more about authentication from the GraphQL reference documentation.
Rate limits are applied per user when they:
These rate limits may be increased or decreased in the future.
The Team entity is in Beta state which allows us to monitor and ensure it operates as expected. The Team Query requires additional request headers to access fields in beta:
1 2{ "X-ExperimentalApi": ["teams-beta", "team-members-beta"] }
The teams-beta
header is required to query a team.
The additional team-members-beta
header is required to query the members of a team.
For more information, including details of the Team entity, check out the GraphQL API section in our Reference Documentation.
Rate this page: