---
title: "Resend Existing Invitation"
method: POST
path: "/v0/teams/me/members/invitations/resent/{email}"
tags: ["teams"]
---

# Resend Existing Invitation

`POST /v0/teams/me/members/invitations/resent/{email}`

## Path parameters

- `email` string, email, required

## Query parameters

- `retry` integer

## Response `200`

Successful Response

- TeamInvitationView
  - `email` string, email, required
  - `inviter_name` string, required
  - `inviter_email` string, required
  - `role` 'owner' | 'admin' | 'accounting' | 'member', required
  - `message` string, nullable
  - `monthly_limit` integer, nullable
  - `can_resend` boolean

## Other responses

- `400` — If invitee email is malformed
- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions or attempting to resend invite within 24 hours
- `404` — If the existing invitation is not found
- `409` — If the invitee email is already in use
- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/versions/08ef3d01f5b8/schema)
