---
title: "Sends invite email again if an invite exists"
method: POST
path: "/teams/{teamId}/memberships/resendInviteMail"
tags: ["Teams"]
---

# Sends invite email again if an invite exists

`POST /teams/{teamId}/memberships/resendInviteMail`

## Path parameters

- `teamId` string, required

## Request body

- UserInvitationInfo
  - `inviterId` string, nullable
  - `userMail` string, required

## Response `200`

OK

- string

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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