Resend Employee Invite
POST/public-api/v1/employees/invites/:id/resend
EndPoint Description : Resend an existing employee invite to the individual. Used when the original invitation was not received or has expired.
Details :
- Resend the invite email for an existing invite ID.
- Ensures the invite is in a valid state for resending (e.g., not already accepted).
- Regenerates the invite notification while preserving the original invite data.
Request
Responses
- 200
- 401
- 500
Employee invite resend successfully
Unauthorized – Invalid or missing token.
Internal Server Error