resend_invite
Resets invite expiry, invalidates previous token, and sends a fresh invitation email. Reactivates cancelled invites to pending.
Instructions
Manage users who have access to the DoiT platform. Resets the invite expiry to 48 hours from now, invalidates the previous invite token (so
old email links stop working), and triggers a fresh invitation email. Works on invites in
any state including Cancelled — resending a cancelled invite reactivates it to Pending.
Returns 404 if no invite exists for the given ID (never created, or already accepted and removed).
Requires usersManager permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| dryRun | No | ||
| Idempotency-Key | Yes | ||
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. |