manager
Initiate Bulk Add
Initiate bulk employee addition operation. Returns immediately with operation_id for status polling. Each employee addition is atomic (Clerk + DB or rollback).
The operation runs in the background and updates progress in the database. Use GET /manager/employees/bulk-add/{operation_id} to check status.
post/manager/employees/bulk-add
Request body
Response
Successful Response
Changes
Changed in 1 of the 23 revisions of this API.2
- ○
the request property
//became optionalrequest-property-became-optional
- ○
request property
//list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○