---
title: "Resend / cancel admin user invitation"
method: PUT
path: "/corporate/user/invitation/{action}/{email}"
tags: ["Master account"]
---

# Resend / cancel admin user invitation

`PUT /corporate/user/invitation/{action}/{email}`

This endpoint will allow the user to:
- Resend an admin user invitation
- Cancel an admin user invitation

## Path parameters

- `action` string, required
- `email` string, required

## Response `200`

Response of the action performed

- InlineResponse200
  - `message` string

## Other responses

- `400` — bad request

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - endpoint added
- **2023-05-05** `2122e9ffdbe8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/corporate/user/invitation/:action/:email/put.md)

---

[API](https://skmtc.dev/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.dev/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
