Import Employees Asynchronously (Beta)

Post
/employers/{employerId}/import/employees/async

This endpoint is currently being beta tested and subject to unannounced breaking changes.
Allows the import of employees asynchronously from a CSV file.

Store values

Parameters

string
The employer id.
string
The CSV format. (optional)
boolean
If set to true, and if the payroll code matches an existing employee, then that employee will be updated. (optional)
Try it

Possible Responses

202 Accepted Contract.JobResponse application/json
400 Bad Request
429 Too Many Requests