---
title: "Create a new group of sub-accounts"
method: POST
path: "/corporate/group"
tags: ["Master account"]
---

# Create a new group of sub-accounts

`POST /corporate/group`

This endpoint allows to create a group of sub-accounts

## Request body

- Body
  - `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 `201`

Group ID

- InlineResponse201
  - `id` string

## Other responses

- `400` — bad request

---

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