---
title: "POST /team/{team_id}/select"
method: POST
path: "/team/{team_id}/select"
tags: ["team"]
---

# POST /team/{team_id}/select

`POST /team/{team_id}/select`

## Path parameters

- `team_id` string, uuid, required

## Response `200`

Team selected successfully

- SelectTeamResponse
  - `refresh_token` string, required
  - `session_token` string, required
  - `success` boolean, required

## Other responses

- `403` — Forbidden - user not a member of team
- `404` — Team not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
