---
title: "Accept Invitation"
method: POST
path: "/v1/invitations/accept"
tags: ["invitations"]
---

# Accept Invitation

`POST /v1/invitations/accept`

Accept a pending invitation, resolving it to an active membership.

## Request body

- AcceptInvitationRequest
  - `token` string, required

## Response `200`

Successful Response

- AcceptInvitationResultPublic — What accepting produces: enough for the accept page to say where the visitor landed. No session and no token: accepting resolves the membership to ``active`` and stops there. The identity it resolves to is password-less on the roster until it is claimed, so the next step is ``POST /v1/auth/signup`` on the invited address, not a sign-in.
  - `organization_name` string, required
  - `role` string, required

## Other responses

- `422` — Validation Error

## Changes

> 127 revisions in range; 1 not diffed.

- **2026-08-20** `cea76e85cdac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/invitations/accept/post.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/eae05f7dd3cd/schema)
