v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBGoals
Public API
Get Goal Creation Permission
Determine if the authenticated caller has permission to create a goal for this employee.
OAuth Scopes: goal
get/api/v1/performance/employees/{employeeId}/goals/canCreateGoals
Path parameters
employeeIdstring required
The internal employee ID of the employee whose goal creation permission is returned.
Response
Returns whether the authenticated caller can create a goal for this employee.
Example response
{
"canCreateGoals": true
}