Appearance
Resend invitation email
POST
/api/v1/invitations/{invitation_id}/resend
Generates a fresh token, extends the expiry, and resends the invitation email. Only pending invitations in the lifecycle can be resent. Admin only.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
invitation_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON
{
"id": "string",
"email": "string",
"role": "string",
"status": "string",
"invited_by_email": "string",
"created_at": "string",
"expires_at": "string",
"accepted_at": "string"
}