External DocumentationTo learn more, visit the Atlassian Organizations documentation.
Actions
List Organizations
Retrieve a list of organizations.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Cursor | A token used to specify a results page. This value can be obtained from the links.next property from a previous response. |
{
"data": [
{
"id": "<string>",
"type": "orgs",
"attributes": {
"name": "<string>"
},
"relationships": {
"domains": {
"links": {
"related": "<string>"
}
},
"users": {
"links": {
"related": "<string>"
}
}
},
"links": {
"self": "<string>"
}
}
],
"links": {
"self": "<string>",
"prev": "<string>",
"next": "<string>"
}
}
Was this page helpful?