---
title: "Join Org With Invite"
method: POST
path: "/v1/orgs/join-with-invite"
tags: ["orgs"]
---

# Join Org With Invite

`POST /v1/orgs/join-with-invite`

Accept (or reject) an invitation to join a team.

## Request body

- AcceptInviteRequest
  - `email` string, required
  - `token` string, required
  - `accept` '0' | '1' — Whether user accepts(1) or declines(0) invitation

## Response `200`

Successful Response

- JoinOrgResponse
  - `message` string, nullable, required
  - `new_org` string, uuid, required
  - `reload_required` boolean, required

## Other responses

- `422` — Validation Error

---

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