Rate this page:
Use this REST API to get details about organizations including their users and domains.
API keys allow you to manage your organization. To make requests to the API with the client of your choice, Create an API key. Copy the values for your Organization ID and API key. You'll need those to call the API.
Note: Make sure you store these values in a safe place, as we won't show them to you again. API Key is used as an Authentication header Bearer token to call the API
This documentation is for version 1 of the organizations REST API. The URIs for resources have the following structure:
1 2https://api.atlassian.com/admin/v1/orgs/<resource-name>
The organizations REST API uses pagination to conserve server resources and limit response size. If there are more results available after the current page, a link to the next page of results is included in the JSON. You can use the cursor
parameter to set a specific starting point for the results.
Methods marked as experimental may change without an earlier notice. We are looking for your feedback for these methods.
Rate this page: