Admin Users
Shift the V2 subscription billing 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.
post/admin/users/{id}/v2/subscription/shift-period
Path parameters
idstring required
Example:user-uuid-here
User ID
Request body
Example request
{
"currentPeriodStart": "2026-06-01T00:00:00.000Z",
"currentPeriodEnd": "2026-07-01T00:00:00.000Z"
}Response
V2 period shifted
Changes
No recorded changes to this endpoint across all 1 revision of this API.