---
title: "Invite team member"
method: POST
path: "/team/invite"
tags: ["Team"]
deprecated: true
---

# Invite team member

`POST /team/invite`

> **Deprecated.**

Send an invitation to join the organization. Requires owner or admin role.

## Request body

- object
  - `email` string, email, required — Email address to invite
  - `role` 'admin' | 'member' — Role for the invited member

## Response `200`

Invitation sent

- object
  - `data` object, required
    - `id` string, required
    - `email` string, required
    - `role` string, required
    - `expiresAt` integer, required

## Other responses

- `400` — Validation error
- `403` — Insufficient role
- `409` — Already a member or pending invitation

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 4 info
  - api operation id `inviteTeamMember` was added
  - api tag `Team` added
  - api tag `Organizations` removed
  - endpoint deprecated

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

---

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