v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Send Employee Onboarding Link

Sends an employee onboarding link to the specified employee's email.

post/sendLink

Request body

companyIDstring required

Company ID of employer

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "employeeID": "cc4482374ee49487ruzieun"
    }
  ]
}