---
title: "Accept organization invitation"
method: POST
path: "/v1/organizations/{id}/members/accept"
tags: ["Organization", "User"]
---

# Accept organization invitation

`POST /v1/organizations/{id}/members/accept`

Accept an invitation to join an organization using an invitation token. If the user is pending, they will be activated.

## Request body

- object
  - `token` string, required — Invitation token from the invitation email
  - `password` string, password — Password for the account (required if user is pending)

## Response `200`

OK

## Other responses

- `204` — Invitation accepted successfully
- `400` — Bad request
- `401` — Unauthorized request
- `404` — The requested resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.net/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opcotech/elemo-api/versions/6ff580b1e226/schema)
