Invitation
Resend an invitation
Resend the invitation email for a pending invitation.
post/invitations/{invitation_id}/resend
Path parameters
invitation_idinteger required
ID of the invitation to resend.
ID of the invitation to resend.
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"id": 100,
"email": "jane.doe@example.com",
"tenant_id": 1,
"project_id": 10,
"status": "PENDING",
"created_at": "2026-01-15T09:30:00Z",
"accepted_at": "2026-01-16T12:00:00Z",
"creator_user_id": 42
}