---
title: "Check Total Rewards Profile Availability"
method: GET
path: "/api/v1/compensation/total_rewards/{employeeId}"
tags: ["Total Rewards", "Public API"]
---

# Check Total Rewards Profile Availability

`GET /api/v1/compensation/total_rewards/{employeeId}`

Check if the given employee has an active Total Rewards profile and the current user has permission to view it. Returns 204 when the employee has a profile and the user is authorized; 404 if the profile does not exist or the user lacks access.

OAuth Scopes: total_rewards

## Path parameters

- `employeeId` string, required

## Response `204`

Employee has an active Total Rewards profile and the user can view it.

## Other responses

- `404` — Employee does not have a Total Rewards profile or the user lacks permission.
- `500` — Unexpected server error.

---

[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)
