Create GoalAsk AIpost https://{companyDomain}.bamboohr.com/api/v1/performance/employees/{employeeId}/goalsCreate a new goal for an employee.Path ParamsemployeeIdstringrequiredemployeeId is the employee ID with whom the goal is associated.Body ParamstitlestringrequiredThe title of the goaldescriptionstringA detailed description of the goaldueDatedaterequiredThe due date for the goal in YYYY-MM-DD formatpercentCompleteinteger0 to 100The percentage of completion for the goal (0-100). Defaults to 0 if omitted.completionDatedate | nullThe date when the goal was completed in YYYY-MM-DD format. Required when percentComplete is 100.sharedWithEmployeeIdsarray of integersrequiredList of employee IDs with whom the goal is shared. Must include the employee ID of the goal owner.sharedWithEmployeeIds*ADD integeralignsWithOptionIdinteger | nullID of the option this goal aligns withmilestonesarray of objects | nullList of milestones for this goalmilestonesADD objectResponses 201A goal object that includes the new goal. 400If the posted XML or JSON is invalid or the minimum fields are not provided. 403If the API user does not have permission to create a goal for this employee. 500If there was a problem creating the goal.Updated 22 days ago