Bulk Employee 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 staff ID (id) and the status value (onboarding_status) which is one of No Assigned Forms, Missing All Forms, In Progress (Incomplete), or Finished.

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.
Language
Authorization
Header