How to retrieve Jira Align's Enterprise Hierarchy organization list using the REST API
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
This article provides the Jira Align REST API endpoint and an example of how to retrieve Jira Align's Enterprise Hierarchy organization list.
Solution
The Enterprise Hierarchy list is found in the Jira Align (JA) user interface at Administration > Setup > Organization Structure (default platform terminology).
The Jira Align default platform terminology can be checked at Administration > Settings > Platform Terminology.
The sample screenshot highlights the Organization Structure (Enterprise Hierarchy) on the left menu bar with the platform terminology name 'Divisions' and the right side showing the platform terminology configuration for the same:

The screenshot shows one of the Organization Structure (Enterprise Hierarchy):

The following is the Jira Align REST API endpoint resource GET call that one should be able to use to get the Enterprise Hierarchy list.
/align/api/2/Divisions
Was this helpful?