---
title: "Send Invite Email"
method: POST
path: "/api/v1/people/send_invite_email"
tags: ["People"]
---

# Send Invite Email

`POST /api/v1/people/send_invite_email`

## Request body

- SendInviteEmailAPI
  - `expires_in_hours` integer, nullable
  - `person_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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