manager

Get Bulk Remove Status

Get status of bulk employee removal operation. Frontend polls this endpoint to track progress.

Returns: - processing: Operation in progress (check processed_count/total_count for progress) - completed: All employees processed (check succeeded/failed for results) - failed: Operation failed catastrophically

get/manager/employees/bulk-remove/{operation_id}

Path parameters

operation_idstring required

Response

Successful Response

operation_idstring required
operation_typestring required
statusstring required
total_countinteger required
processed_countinteger required
succeeded_countinteger required
failed_countinteger required
error_messagestring nullable
created_atstring required
started_atstring nullable
completed_atstring nullable

Changes

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