Use the Teams GraphQL API to read, search, and manage Atlassian teams through the Atlassian GraphQL Gateway. GraphQL is the recommended API for new Teams integrations.
The API provides queries that let you:
The API also provides mutations that let you:
The public team and membership mutations are Experimental. Experimental operations can change without notice. Check the lifecycle information for each field before using it in a production integration.
The authentication method depends on your client:
https://api.atlassian.com/graphql.https://{your-site}.atlassian.net/gateway/api/graphql.The API authorizes access at the field level. The required OAuth scopes and lifecycle status are shown in each field's description in the GraphQL explorer.
Use the Teams GraphQL API reference to explore the schema, inspect required scopes, and check lifecycle information. See Use the Teams GraphQL API for request examples.
Rate this page: