---
title: "Generate Invite Link"
method: POST
path: "/api/company/invite"
tags: ["Company"]
---

# Generate Invite Link

`POST /api/company/invite`

Generate a team invite link that can be shared with new team members.

**SDK Usage:**
```typescript
const invite = await client.generateInviteLink();
console.log(invite.inviteLink);
```

## Response `200`

Invite link generated

- object
  - `inviteLink` string — URL to share with new team members

## Other responses

- `401` — Authentication failed or token expired
- `403` — Trial expired or subscription required

## Changes

- **2026-03-07** `f19009a654f5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/privacypal/apis/privacypal-api/changes/api/company/invite/post.md)

---

[API](https://skmtc.dev/privacypal/apis/privacypal-api.md) · [All operations](https://skmtc.dev/privacypal/apis/privacypal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/privacypal/privacypal-api/revisions/0e1db3b6bc7c/schema)
