---
title: "Update a group of sub-accounts"
method: PUT
path: "/corporate/group/{id}"
tags: ["Master account"]
---

# Update a group of sub-accounts

`PUT /corporate/group/{id}`

This endpoint allows you to update a group of sub-accounts

## Path parameters

- `id` string, required

## Request body

- Body3
  - `groupName` string, required — The name of the group of sub-accounts
  - `subAccountIds` integer[] — Pass the list of sub-account Ids to be included in the group

## Response `204`

Group details updated

## Other responses

- `400` — bad request

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - endpoint added
- **2023-05-05** `2122e9ffdbe8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/corporate/group/:id/put.md)

---

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