---
title: "Fetches all the active organizations that the user has access to"
method: GET
path: "/organizations"
tags: ["Organizations"]
---

# Fetches all the active organizations that the user has access to

`GET /organizations`

## Response `200`

successful response

- OrganizationsResponse
  - `organizations` Organization[]
    - `id` string, required
    - `name` string, required
    - `description` string
    - `websiteUrl` string
    - `address` OrganizationAddressFields
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `region` string
      - `postalCode` string
      - `country` string — ISO 3166-1 alpha-2 country code
    - `role` 'owner' | 'admin' | 'developer' | 'viewer'

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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