---
title: "Get balance for a user"
method: GET
path: "/v1/workspaces/{workspaceId}/time-off/balance/user/{userId}"
tags: ["Balance"]
---

# Get balance for a user

`GET /v1/workspaces/{workspaceId}/time-off/balance/user/{userId}`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `userId` string, required — Represents a user identifier across the system.

## Query parameters

- `page` string
- `page-size` string
- `sort` 'USER' | 'POLICY' | 'USED' | 'BALANCE' | 'TOTAL'
- `sort-order` 'ASCENDING' | 'DESCENDING'

## Response `200`

OK

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
