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

Changed in 1 of the 23 revisions of this API.2

    • ○

      the request property // became optional

      request-property-became-optional

    • ○

      request property // list-of-types was widened by adding types null to media type application/json

      request-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