---
title: "GET a group details"
method: GET
path: "/corporate/group/{id}"
tags: ["Master account"]
---

# GET a group details

`GET /corporate/group/{id}`

This endpoint allows you to retrieve a specific group’s information such as the list of sub-organizations and the user associated with the group.

## Path parameters

- `id` string, required

## Response `200`

Group details

- CorporateGroupDetailsResponse
  - `group` CorporateGroupDetailsResponseGroup
    - `id` string — Group id
    - `groupName` string — Name of the group
    - `createdAt` string — Group creation date
  - `sub-accounts` CorporateGroupDetailsResponseSubaccounts[]
    - `id` integer — Id of the sub-account organzation
    - `companyName` string — Name of the sub-account organzation
    - `createdAt` string — Creation date of the sub-account organzation
  - `users` CorporateGroupDetailsResponseUsers[]
    - `email` string — Email address of the user
    - `lastName` string — Last name of the user
    - `firstName` string — First name of the user

---

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