---
title: "Accepts the invitation identified by invitationId and sets the joined organization as the caller's active one."
method: POST
path: "/organizations/invitations/{invitationId}/accept"
tags: ["Organization"]
---

# Accepts the invitation identified by invitationId and sets the joined organization as the caller's active one.

`POST /organizations/invitations/{invitationId}/accept`

Responds with 409 when the invitation is expired, already used, or was issued to a different
 email than the calling customer's.

## Path parameters

- `invitationId` string, required

## Response `200`

OK

- AcceptOrgInvitationByIdEndpointOutput
  - `organizationId` string, required — The organization the customer joined.
  - `membershipId` string, required — The id of the created membership.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

## Changes

- **2026-08-31** `f5235270ce3c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rapidata/apis/rapidata-api/changes/organizations/invitations/:invitationId/accept/post.md)

---

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