v1/assignment_groups/{id}/assign_employmentCopy Pagepost https://shyftplan.com/api/v1/assignment_groups/{id}/assign_employmentAssign employment to shifts of an assignment group.Path Paramsidint32required≥ 1ID of an assignment group.Body Paramsuser_emailstringrequiredThis is a testing sandbox. We advise against using credentials for production accounts here. E-mail address of the API user.authentication_tokenstringrequiredThis is a testing sandbox. We advise against using credentials for production accounts here. Authentication token - can be fetched by login action.company_idint32required≥ 1ID of a shyftplan account.employment_idint32required≥ 1ID of the employment.end_datedate-timerequiredEnd date-time (ISO 8601) of the search period. Employee will only be added to those shifts of the assignment group that end before this date-time.start_datedate-timerequiredStart date-time (ISO 8601) of the search period. Employee will only be added to those shifts of the assignment group that start after this date-time.ignore_conflictsstringDefaults to falseEither true to ignore all conflicts listed below or an array of specific conflicts to ignore. Only warnings can be ignored, enforced conflicts will persist. Possible values are:shifts_collisionabsences_collisionlocations_position_changedminimum_breakmaximum_working_hoursminimum_restmaximum_earningoutside_employment_periodmaximum_consecutive_working_daysrestricted_shift_presetsunavailablenot_availableminimum_qualification_levelnot_in_shift_presetResponse 201Shift assignment successfully requested.Updated about 2 months ago