FruxonDocs
UsersCore

Reissues a pending invitation with a fresh ticket and expiry.

Invalidates the previous email link, creates a replacement invitation with a new unguessable id and five-day expiry, then sends a fresh email. Requires workspace member-management permission.

POST
/v1/tenants/{tenant}/invitations/{invitation}:resend
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

invitation*string

The pending invitation id returned by the team list.

tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/invitations/string:resend"
{
  "id": "string",
  "userEmail": "string",
  "slug": "string",
  "displayName": "string",
  "role": "ADMIN",
  "expiresAt": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}