get https://api.7shifts.com/v2/company//inactive_reasons
Sample Response
{
"data": [
"rude_to_customers",
"no_show_late",
"quit",
"theft",
"substance_abuse",
"maternity_leave",
"went_back_to_school",
"medical_or_personal_leave",
"new_job_offer",
"terminated_or_let_go",
"adp_user_assignment",
"pos_user_assignment",
"other",
"covid-19",
"business_conditions",
"company_seasonality",
"covid_19_layoffs",
"found_another_job",
"going_back_to_school",
"medical_personal_reasons",
"poor_performance",
"unacceptable_behaviour",
"voluntary_resignation"
],
"object": "inactive_reason_enum"
}