Rate this page:
Use this REST API to get details about organizations including their users and domains.
To use the organizations REST API you must have a valid API key. The API key protects the API and ensures that you have permission to update and disable the accounts owned by your organization. You can use the same API key for the organizations REST API and the user management REST API. For more information, see Create an API key.
Once you have your API key, you can provide it as a bearer token
in the Authorization
part of your HTTPS header.
This documentation is for version 1 of the organizations REST API. The URIs for resources have the following structure:
1
https://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.
Rate this page: