Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/invitation/invitation.controller.ts
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)
Was this page helpful?