get
https://{companyDomain}.bamboohr.com/api/v1/performance/employees//goals/canCreateGoals
Determine if the API user has permission to create a goal for this employee.
Sample Request Url
https://{companyDomain}.bamboohr.com/api/v1/performance/employees/1234/goals/canCreateGoalsSample Response
{
"canCreateGoals": true
}