---
title: "Refresh user subscription coin cycle"
method: POST
path: "/admin/users/{id}/subscription/refresh-cycle"
tags: ["Admin Users"]
---

# Refresh user subscription coin cycle

`POST /admin/users/{id}/subscription/refresh-cycle`

Deposit a fresh cycle of subscription coins for the user's active subscription and shift the next-grant window one cycle forward. Works in both v1 (ledger) and v2 (quota) billing modes.

## Path parameters

- `id` string, required

## Response `200`

Subscription coin cycle refreshed successfully

## Other responses

- `404` — User or active subscription not found

---

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