Create EmployeeAsk AIpost https://app.bluetallyapp.com/api/v1/employeesCreate an employee.Query Paramstenant_idint32The ID of the tenant the API request is for (for users with multi-tenancy enabled)namestringrequiredThe name of the employee.emailstringrequiredThe email of the employee.titlestringThe title of the employee.location_idint32The ID of the location.department_idint32The ID of the department.manager_idint32The ID of the manager.notesstringThe notes.archivedbooleanIf the employee should be archived. Options: {true, false}truefalsecustom_fieldsstringFormat: [{"name": "custom_field_name", "value": "custom_field_value"}, ....]Response 201201Updated 10 months ago