Skip to main content
Retrieve a list of organizations.
External DocumentationTo learn more, visit the Atlassian Organizations documentation.

Parameters

ParameterDescription
CursorA token used to specify a results page. This value can be obtained from the links.next property from a previous response.

Example Output

{
	"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>"
	}
}

Workflow Library Example

List Organizations with Atlassian Organizations and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop