---
title: "Get Group"
method: GET
path: "/sections/{section_id}/groups/{group_id}"
tags: ["Groups and Sections"]
---

# Get Group

`GET /sections/{section_id}/groups/{group_id}`

Get a group and it's associated business IDs.   
For more information about the group system, see [the Groups and Sections description](/guides/api/resources/organizations/groups).

## Path parameters

- `section_id` integer, required
- `group_id` integer, required

## Response `200`

OK

- GetGroupItem
  - `id` integer — ID of the group
  - `name` string — Name of the group, must be unique
  - `has_puller` boolean — If the group is linked to a puller. If so, it's not possible to delete the group. Should you want to make any changes to a group connected to a puller, please contact support for assistance.
  - `business_ids` BusinessId[] — list of business ids in the group

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
