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