---
title: "Shift the V2 subscription billing period"
method: POST
path: "/admin/users/{id}/v2/subscription/shift-period"
tags: ["Admin Users"]
---

# Shift the V2 subscription billing period

`POST /admin/users/{id}/v2/subscription/shift-period`

Set the billing period to an explicit start/end range (extend or move). Marks the subscription active and re-arms the quota cycle if needed.

## Path parameters

- `id` string, required

## Request body

- ShiftV2PeriodDtoClass
  - `currentPeriodStart` string, required — New billing period start (ISO 8601)
  - `currentPeriodEnd` string, required — New billing period end (ISO 8601)

## Response `200`

V2 period shifted

---

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