---
title: "Connect"
method: POST
path: "/v3/integrations/teams/connect"
tags: ["teams"]
---

# Connect

`POST /v3/integrations/teams/connect`

Connect the Teams install named by the claim token to the caller's org.

Requires an org admin. The install moves to the admin's own organization;
there is deliberately no cross-org parameter — you connect a workspace to
the org you administer.

## Request body

- TeamsClaimRequest — Body of a Teams connect request: the signed claim token from the card.
  - `token` string, required

## Response `200`

Successful Response

- TeamsClaimResponse — The install after it has been connected to the caller's organization.
  - `organization_id` string, required
  - `integration_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
