---
title: "Update a user's hourly rate"
method: PUT
path: "/v1/workspaces/{workspaceId}/users/{userId}/hourly-rate"
tags: ["Workspace"]
---

# Update a user's hourly rate

`PUT /v1/workspaces/{workspaceId}/users/{userId}/hourly-rate`

## Path parameters

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

## Request body

- HourlyRateRequestV1
  - `amount` integer, required — Represents an hourly rate amount as integer.
  - `since` string — Represents a date and time in yyyy-MM-ddThh:mm:ssZ format.

## Response `200`

OK

- WorkspaceDtoV1 — unresolved $ref

---

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