---
title: "POST /api/{version}/organizations/{orgId}/join"
method: POST
path: "/api/{version}/organizations/{orgId}/join"
tags: ["Organizations"]
---

# POST /api/{version}/organizations/{orgId}/join

`POST /api/{version}/organizations/{orgId}/join`

## Path parameters

- `orgId` string, required
- `version` string, required

## Request body

- JoinOrganizationRequest
  - `email` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `defaultRole` string, nullable

## Response `202`

Accepted

- ActionResult

## Other responses

- `400` — Validation failed
- `404` — Organization not found

---

[API](https://skmtc.net/data-grapes/apis/grapes-api.md) · [All operations](https://skmtc.net/data-grapes/apis/grapes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/data-grapes/grapes-api/revisions/8ff77fe45bba/schema)
