v1/assignment_groupsCopy Pagepost https://shyftplan.com/api/v1/assignment_groupsCreate a new 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.namestringrequiredName of the assignment group.shiftplan_idint32required≥ 1ID of the shift schedule.metadatajsonJSON string.Responses 201Successfully created. 403Forbidden. 404Couldn't find company.Couldn't find shift schedule. 422Name is already taken.Shift schedule is locked.Updated 2 months ago