---
title: "Resend subaccount invitation"
method: POST
path: "/subaccount/reinvite"
tags: ["SUBACCOUNTS"]
---

# Resend subaccount invitation

`POST /subaccount/reinvite`

In the event that a subaccount didn't receive the invite you can resend it

## Request body

- object
  - `email` string, required — The email address of the subaccount you want to resend the invitation email to

## Response `200`

Invitation sent

- object
  - `request_id` string, required
  - `data` object, required
    - `id` string, required
    - `email` string
    - `name` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
