Send Employee Invite
POST/public-api/v1/employees/invites
EndPoint Description : Initiates the Employee onboarding flow by sending an invitation to an individual to join as an employee. The invite determines group assignment based on the provided group IDs.
Details :
- A secure onboarding link is generated and sent to the employee's email address.
- The operation is scoped to the authenticated organization.
Request
Responses
- 200
- 201
- 401
- 500
Employee invite added successfully
Unauthorized – Invalid or missing token.
Internal Server Error