External DocumentationTo learn more, visit the Atlassian Organizations documentation.
Parameters
Example Output
Workflow Library Example
List Organizations with Atlassian Organizations and Send Results Via EmailPreview this Workflow on desktop
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?