post https://yoursubdomain.workbright.com/api/employees/onboarding_progress
Retrieve the Onboarding Progress status for an array of employee IDs.
This will return an array of employee onboarding progress values (employee_onboarding_progress), paginated to 30 records per page. Each record will contain the following:
- Staff ID (id)
- The Onboarding Status Value (onboarding_status) which is one of
No Assigned Forms
,Missing All Forms
,In Progress (Incomplete)
, orFinished
. - I-9 Countersignature Status (i9_countersigned) which will be either
True
orFalse
- Value for if staff will be processed through E-Verify (skip_everify) which will be either
True
orFalse
- WorkBright E-verify case ID (case_id)
- E-verify Case Status (case_status)
Special cases and returns:
- An empty array or empty body param will return no values, but a valid page.
- An ID that doesn't exist within the organization will return a 404 error for the entire array, with an error message specifying which ID was not found.
- An ID input that is a string will return a 400 error.
- An ID input that is a decimal will truncate the decimal and return as normal.