---
title: "Join organization"
method: POST
path: "/api/v1/user/me/joinOrganization/{organizationUuid}"
tags: ["My Account"]
---

# Join organization

`POST /api/v1/user/me/joinOrganization/{organizationUuid}`

Add the current user to an organization that accepts users with a verified email domain.
This will fail if the organization email domain does not match the user's primary email domain.

## Path parameters

- `organizationUuid` string, required

## Response `200`

Ok

- ApiSuccessEmpty
  - `results` unknown
  - `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)
