---
title: "Create a new sub-account under a master account."
method: POST
path: "/corporate/subAccount"
tags: ["Master account"]
---

# Create a new sub-account under a master account.

`POST /corporate/subAccount`

This endpoint will create a new sub-account under a master account

## Request body

- CreateSubAccount
  - `companyName` string, required — Set the name of the sub-account company
  - `email` string, required — Email address for the organization
  - `language` 'en' | 'fr' | 'it' | 'es' | 'pt' | 'de' — Set the language of the sub-account
  - `timezone` string — Set the timezone of the sub-account
  - `groupIds` string[] — Set the group(s) for the sub-account

## Response `201`

Created sub-account ID

- CreateSubAccountResponse
  - `id` integer, required — ID of the sub-account created

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