---
title: "List available organizations"
method: GET
path: "/api/v1/user/me/allowedOrganizations"
tags: ["My Account"]
---

# List available organizations

`GET /api/v1/user/me/allowedOrganizations`

List the organizations that the current user can join.
This is based on the user's primary email domain and the organization's allowed email domains.

## Response `200`

Ok

- ApiUserAllowedOrganizationsResponse
  - `results` UserAllowedOrganization[], required
    - `membersCount` number, double, required
    - `name` string, required
    - `organizationUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
