---
title: "Accept Invite Token"
method: POST
path: "/v1/invites/{invite_token}/accept"
tags: ["v1-orgs"]
---

# Accept Invite Token

`POST /v1/invites/{invite_token}/accept`

Accept an organization invite.

This is a global endpoint (not org-scoped) because the user
accepting might not be in the org yet.

Args:
    invite_token: The invite token from the email/link

Returns:
    Success message with org details

## Path parameters

- `invite_token` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/versions/f92d8d54bae2/schema)
