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

operation_idstring required
operation_typestring required
messagestring required
statusstring required
total_countinteger required
poll_urlstring required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.