---
title: "Change the V2 subscription plan"
method: POST
path: "/admin/users/{id}/v2/subscription/change-plan"
tags: ["Admin Users"]
---

# Change the V2 subscription plan

`POST /admin/users/{id}/v2/subscription/change-plan`

Switch an active V2 subscription to another plan. Resets the billing period to the new plan's length and re-grants quota.

## Path parameters

- `id` string, required

## Request body

- ChangeV2PlanDtoClass
  - `planId` string, required — New plan id. Resets the billing period and re-grants quota.

## Response `200`

V2 plan changed

---

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