---
title: "Retrieve all organizations"
method: GET
path: "/organizations"
tags: ["organizations", "users"]
---

# Retrieve all organizations

`GET /organizations`

Returns all organizations from the store

## Response `200`

Successfully retrieved all organizations from the store

- Organizations
  - `links` object
    - `self` string, url — Self link mapping to this resource
  - `organizations` Organization[], required
    - `defaultRole` 'member' | 'viewer' | 'editor' | 'admin' — The default role that new users in this organization will have.
    - `id` string — Unique identifier representing an organization resource. The Default organization will have the id 'default', and any further will start at '1' and increment.
    - `links` object
      - `self` string, url — Self link mapping to this resource
    - `name` string, required — User-facing name of the organization resource.

## Other responses

- `400` — Failed to retrieve organizations from store
- `403` — Forbidden to access this route
- `default` — Internal server error

---

[API](https://skmtc.net/influxdata/apis/chronograf.md) · [All operations](https://skmtc.net/influxdata/apis/chronograf/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influxdata/chronograf/revisions/ce55d963b4ac/schema)
