Search Employee Invites
GET/public-api/v1/employees/invites
EndPoint Description : This API returns a paginated list of all Employee invites along with their current status. It is used to track invited employees, monitor onboarding progress, and identify pending or completed invitations.
Request
Responses
- 200
- 401
- 500
Employee Invites fetched successfully
Unauthorized – Invalid or missing token.
Internal Server Error