# accept

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/invitation/invitation.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/invitation/invitation.controller.ts#L35)

Accept an invitation — creates the account (new invitee) or attaches an existing one to the organization

## Endpoint

`POST /invitations/:token/accept`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `token` | path | `string` | ✓ |  |

## Referenced By

- `InvitationController` (MODULE_DECLARES)
