---
title: "Invite team member"
method: POST
path: "/team/invite"
tags: ["Organizations"]
---

# Invite team member

`POST /team/invite`

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

---

[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/ad4351c79853/schema)
