---
title: "Accept organization invite"
method: POST
path: "/api/v1/orgs/invites/accept"
tags: ["organizations"]
---

# Accept organization invite

`POST /api/v1/orgs/invites/accept`

## Request body

- AcceptInviteRequest
  - `token` string, required

## Response `200`

Invite accepted

- AcceptInviteResponse
  - `org` Organization, required
    - `id` string, uuid, required
    - `slug` string, required
    - `name` string, required
    - `plan` 'free' | 'developer' | 'pro' | 'enterprise', required
    - `active_grant` object, nullable, required
      - `plan` 'free' | 'developer' | 'pro' | 'enterprise', required
      - `expires_at` string, date-time, required
    - `billing_email` string, email, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `role` 'admin' | 'member', required

## Other responses

- `400` — Invite rejected
- `401` — Unauthorized
- `404` — Not found
- `409` — Invite already accepted or user already member
- `410` — Invite expired

## Changes

- **2026-08-25** `55772030ddd3` — 15 warning
  - removed the optional property `code` from the response with the `400` status
  - removed the optional property `code` from the response with the `401` status
  - removed the optional property `code` from the response with the `404` status
  - removed the optional property `code` from the response with the `409` status
  - …11 more
- **2026-08-19** `b38f8e603649` — 15 info
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `code` to the response with the `409` status
  - …11 more
- **2026-08-14** `4aef8ead6f0a` — 1 info
  - added the required property `org/active_grant` to the response with the `200` status

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/orgs/invites/accept/post.md)

---

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