---
title: "Resend Invite Email"
method: POST
path: "/people/{personId}/invite"
tags: ["People"]
---

# Resend Invite Email

`POST /people/{personId}/invite`

Resends an invite email to the specified person. The invite can be resent multiple times but can only be accepted once.

## Path parameters

- `personId` string, uuid, required — The ID of the person to work with.

## Query parameters

- `accountId` string, required — The ID of the account to work with.

## Request body

- object

## Response `200`

OK

- object
  - `success` boolean, required — Indicates the outcome of the operation.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/revisions/a162c72b8bf6/schema)
