---
title: "Create Area-Team Relation"
method: POST
path: "/v3/gfw/arearelations/teams/"
tags: ["Area-Team Relations"]
---

# Create Area-Team Relation

`POST /v3/gfw/arearelations/teams/`

Creates an area-team relation

## Request body

- object[]
  - `areaId` string, required
  - `teamId` string, required

## Response `201`

Area-Team Relation object

- object
  - `teamId` string
  - `areaId` string
  - `_id` string

## Other responses

- `401` — Error Response
- `404` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-core.md) · [All operations](https://skmtc.net/wri/apis/fw-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-core/versions/400d22a78fbd/schema)
