---
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. Otari has no per-user sign-in yet, so there is nothing to sign this visitor into; they see the sign-in screen next, the same as anyone else added to an organization before that flow exists.
  - `organization_name` string, required
  - `role` string, required

## Other responses

- `422` — Validation Error

---

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