---
title: "Update sub-account plan"
method: PUT
path: "/corporate/subAccount/{id}/plan"
tags: ["Master account"]
---

# Update sub-account plan

`PUT /corporate/subAccount/{id}/plan`

This endpoint will update the sub-account plan. On the Corporate solution new version v2, you can set an unlimited number of credits in your sub-organization. Please pass the value “-1" to set the consumable in unlimited mode.

## Path parameters

- `id` integer, required

## Request body

- SubAccountUpdatePlanRequest — Details of the plan to be changed
  - `credits` SubAccountUpdatePlanRequestCredits — Credit details to update
    - `email` integer — Number of email credits
    - `sms` number, float — Number of SMS credits | available in ENT-v2 only
    - `wpSubscribers` integer — Number of Push credits, possible value is 0 and -1 | available in ENT-v2 only
  - `features` SubAccountUpdatePlanRequestFeatures — Features details to update
    - `users` integer — Number of multi-users
    - `landingPage` integer — Number of landing pages / Not required on ENTv2
    - `inbox` integer — Number of inboxes / Not required on ENTv2

## Response `204`

Sub account plan updated

## Other responses

- `400` — bad request
- `403` — Current account is not a master account

---

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