---
title: "Update Low Balance Threshold"
method: PUT
path: "/users/me/low-balance-threshold"
tags: ["General APIs with JWT"]
---

# Update Low Balance Threshold

`PUT /users/me/low-balance-threshold`

Update low balance threshold configuration for the user.

## Request body

- LowBalanceThresholdUpdateDto
  - `hours_threshold` number, nullable
  - `amount_threshold` number, nullable
  - `enabled` boolean

## Response `200`

Successful Response

- LowBalanceThreshold
  - `user_id` string, uuid, required
  - `hours_threshold` number, nullable
  - `amount_threshold` number, nullable
  - `enabled` boolean, nullable
  - `configured_at` string, date-time, nullable
  - `last_notified_at` string, date-time, nullable
  - `notification_count` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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