Admin Users

Change the V2 subscription plan

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

post/admin/users/{id}/v2/subscription/change-plan

Path parameters

idstring required
Example:user-uuid-here

User ID

Request body

planIdstring required

New plan id. Resets the billing period and re-grants quota.

Example request

{
  "planId": "plan-uuid-here"
}

Response

V2 plan changed

Changes

No recorded changes to this endpoint across all 1 revision of this API.