---
title: "Get All User Areas and All Their Teams Areas"
method: GET
path: "/v3/forest-watcher/area/teams"
tags: ["v3"]
---

# Get All User Areas and All Their Teams Areas

`GET /v3/forest-watcher/area/teams`

Retrieve a user's areas for the logged in user and also areas associated with their teams

## Response `200`

OK

- object
  - `data` Area[]
    - `name` string, required
    - `application` string, required
    - `geostore` string, required
    - `userId` string, required
    - `createdAt` string
    - `updatedAt` string
    - `image` string, required
    - `datasets` object[]
    - `use` object
    - `env` string
    - `iso` object
    - `admin` object
    - `tags` object[]
    - `status` string
    - `public` boolean
    - `fireAlerts` boolean
    - `deforestationAlerts` boolean
    - `webhookUrl` string
    - `monthlySummary` boolean
    - `subscriptionId` string
    - `email` string
    - `language` string
    - `confirmed` boolean
    - `teamId` string
    - `reportTemplate` object[]

## Other responses

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

## Changes

- **2022-07-06** `d26e3360f1e1` — 3 breaking, 1 warning, 1 info
  - removed the required property `attributes` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `type` from the response with the `200` status
  - removed the optional property `` from the response with the `200` status
  - …1 more
- **2022-05-24** `c88cf2d953c5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wri/apis/fw-api/changes/v3/forest-watcher/area/teams/get.md)

---

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