---
title: "ListJoinableOrganizations"
method: POST
path: "/gitpod.v1.AccountService/ListJoinableOrganizations"
tags: ["gitpod.v1.AccountService"]
---

# ListJoinableOrganizations

`POST /gitpod.v1.AccountService/ListJoinableOrganizations`

Lists organizations that the currently authenticated account can join.

 Use this method to:
 - Discover organizations associated with the account's email domain.
 - Allow users to join existing organizations.
 - Display potential organizations during onboarding.

 ### Examples

 - List joinable organizations:

   Retrieves a list of organizations the account can join.

   ```yaml
   {}
   ```

## Query parameters

- `pageSize` integer
- `token` string

## Request body

- GitpodV1ListJoinableOrganizationsRequest
  - `empty` boolean

## Response `200`

Success

- GitpodV1ListJoinableOrganizationsResponse
  - `joinableOrganizations` GitpodV1JoinableOrganization[]
    - `organizationId` string, uuid, required — organization_id is the id of the organization the user can join
    - `organizationMemberCount` integer — organization_member_count is the member count of the organization the user can join
    - `organizationName` string, required — organization_name is the name of the organization the user can join

## Other responses

- `default` — Error

## Changes

- **2025-06-10** `ca9a49ac7fbb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.AccountService/ListJoinableOrganizations/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/ca9a49ac7fbb/schema)
