>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #54
Update issue details
Title *
Description
Implement cancel and resend endpoints for invitations. **API Specifications:** **Cancel Invitation:** - Endpoint: DELETE /api/v1/admin/invitations/<invitation_id> - Permission Required: manage_users - Response: {success: true, invitation_id} **Resend Invitation:** - Endpoint: POST /api/v1/admin/invitations/<invitation_id>/resend - Permission Required: manage_users - Request Body: {extend_expiry?: bool} (default: true) - Response: {success: true, invitation_id, new_expires_at} **Requirements:** - Cancel: Mark as cancelled, invalidate token - Resend: Generate new token, send new email - Resend: Optionally extend expiry - Track resend count - Log audit events - Cannot resend accepted invitations **IMPORTANT:** Implement with ultra attention to details and correctness. **BEFORE CLOSING:** Take screenshot showing cancel/resend. Add comment summarizing implementation.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel