POST/v1/tenant_invitations/{id}/resend

tenant_invitations.resend

Rotates the invitation token (invalidating the previous accept URL) and re-sends the invite email. **Rate-limited to 1 resend per 60 seconds** per invitation; returns 429 with the next-available timestamp on excess. Already-accepted or already-revoked invitations cannot be resent (410). If the email send fails after the rotation succeeds, returns 502; wait 60s and retry.

Parameters

NameTypeRequiredDescription
idstringrequiredTenant invitation id.
Idempotency-KeystringoptionalOptional client-supplied key for at-most-once semantics. The first request with a given key is processed; subsequent requests with the same key replay the cached response for 24h.

Response

No parameters.

Examples

curl -sS -X POST \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/tenant_invitations/{id}/resend

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.