v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Generate Contractor Onboarding Link

Generate a secure onboarding link for a contractor.

post/contractors/onboard

Request body

companyIDstring required

Company ID of employer

contractorIDstring required

ID of Contractor

contractor_acctboolean

If false, the contractor account information (username and password) collection step of onboarding will be left out.

surveyboolean

If false, the contractor survey step will be left out (Early Access)

id_scanboolean

If false, the ID collection step of contractor onboarding will be left out.

payment_method_requiredboolean

If false, the onboarding worker will be able to skip the bank account collection section of onboarding

paycardboolean

If false, the paycard enrollment screen will be left out. NOTE: Only applicable for Paycards (Early Access)

instant_payboolean

If false, the instant pay enrollment screen will be left out. NOTE: Only applicable for Instant Pay (Early Access)

Response

200

successboolean
datastring

Example response

{
  "success": true,
  "data": "https://payroll.your-domain.com/contractoronboarding/10983755744920193854758300657020834"
}