---
title: "List organizations for user"
method: GET
path: "/ide/list-organizations"
---

# List organizations for user

`GET /ide/list-organizations`

Returns a list of organizations that the authenticated user belongs to,
including organization metadata and pre-signed icon URLs.

## Response `200`

Successfully retrieved organizations

- object
  - `organizations` object[], required
    - `id` string, required — Organization ID
    - `name` string, required — Organization name
    - `iconUrl` string, nullable — Pre-signed URL for the organization's icon
    - `slug` string, required — Organization slug

## Other responses

- `404` — User not found

## Changes

> 2 revisions in range; 1 could not be searched.

- **2025-04-18** `c8f4a74185ef` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/changes/ide/list-organizations/get.md)

---

[API](https://skmtc.dev/continuedev/apis/continue-hub-ide-api.md) · [All operations](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/continuedev/continue-hub-ide-api/revisions/ab492abfe81e/schema)
