---
title: "List the other organizations that existing managed users are part of"
method: GET
path: "/organization/{organization_id}/discovered-organizations"
tags: ["Organizations"]
---

# List the other organizations that existing managed users are part of

`GET /organization/{organization_id}/discovered-organizations`

> This endpoint **may be changed or removed at any time**. Don't use it in production environments.

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- DiscoveredOrganizationListResponse — DiscoveredOrganizationListResponse
  - `discovered_organizations` object[], required — Discovered Organizations
    - `create_time` string, required — Time of creating the organization
    - `organization_id` string, required — Organization's ID
    - `organization_name` string, required — Organization's name
    - `users` object[], required — Users
      - `create_time` string, required — Creation time
      - `is_super_admin` boolean, required — Is Super Admin
      - `real_name` string, required — Real Name
      - `user_email` string, required — User Email
      - `user_id` string, required — User ID

## Other responses

- `404` — Organization not found

---

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