---
title: "Create group zone"
method: POST
path: "/group_zones"
tags: ["Group zones"]
---

# Create group zone

`POST /group_zones`

## Request body

- object
  - `group_zone` object, required
    - `group_id` integer, required — The group ID of the group zone
    - `zone_id` integer, required — The zone ID of the group zone

## Response `200`

OK

- object
  - `id` integer, required — The ID of the group zone
  - `resource_type` 'GroupZone', required — The resource type of the group zone
  - `created_at` string, date-time, required — When the group zone was created
  - `updated_at` string, date-time, required — When the group zone was updated
  - `group_id` integer, required — The group ID of the group zone
  - `group` object, required — The group of the group zone
    - `id` integer, required — The ID of the group
    - `resource_type` 'Group', required — The resource type of the group
    - `name` string, required — The name of the group
  - `zone_id` integer, required — The zone ID of the group zone
  - `zone` object, required — The zone of the group zone
    - `id` integer, required — The ID of the zone
    - `name` string, required — The name of the zone
  - `place_id` integer, required — The place ID of the group zone
  - `place` object, required — The place of the group zone
    - `id` integer, required — The ID of the place
    - `resource_type` 'Place', required — The resource type of the place
    - `name` string, required — The name of the place

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
