---
title: "Confirm user is within team"
method: GET
path: "/v1/teams/confirm/{token}"
tags: ["v1"]
deprecated: true
---

# Confirm user is within team

`GET /v1/teams/confirm/{token}`

> **Deprecated.**

Confirms the user is within the team with the id given in the JWT token.
If not then the user is added to that team and if needed remove from an existing team.

## Response `200`

OK

- object
  - `status` number, required
  - `detail` string, required

## Other responses

- `400` — Error Response
- `401` — Error Response

---

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