---
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
  - `pagination` GitpodV1PaginationRequest
    - `pageSize` integer — Page size is the maximum number of results to retrieve per page. Defaults to 25. Maximum 100.
    - `token` string — Token for the next set of results that was returned as next_token of a PaginationResponse

## 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
  - `pagination` GitpodV1PaginationResponse, required
    - `nextToken` string — Token passed for retrieving the next set of results. Empty if there are no more results

## Other responses

- `default` — Error

---

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