---
title: "Get Goal Creation Permission"
method: GET
path: "/api/v1/performance/employees/{employeeId}/goals/canCreateGoals"
tags: ["Goals", "Public API"]
---

# Get Goal Creation Permission

`GET /api/v1/performance/employees/{employeeId}/goals/canCreateGoals`

Determine if the authenticated caller has permission to create a goal for this employee.

OAuth Scopes: goal

## Path parameters

- `employeeId` string, required

## Response `200`

Returns whether the authenticated caller can create a goal for this employee.

- object
  - `canCreateGoals` boolean — Whether the authenticated caller can create a goal for this employee.

## Other responses

- `400` — The provided employeeId is invalid.
- `403` — The authenticated caller does not have permission to view goals for this employee.

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/revisions/19ebf391a399/schema)
