---
title: "Get billing rate for user"
method: GET
path: "/user/{user_id}/rate"
tags: ["[v1] Billing Rates"]
---

# Get billing rate for user

`GET /user/{user_id}/rate`

Returns billing rate for given user or users.

## Query parameters

- `rate_id` string

## Response `200`

OK - returns empty array when given `user_id` does not exist or given `rate_id` does not exist or simply billing rates were not found.

- object
  - `[user_id]` object[], required
    - `rateId` number
    - `rateTypeId` number
    - `value` string
    - `refType` string
    - `addDate` string
    - `refId` string

## Other responses

- `403` — Forbidden

---

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