---
title: "Changes to Set Organization Active Team"
method: POST
path: "/auth/organization/set-active-team"
---

# Changes to Set Organization Active Team

`POST /auth/organization/set-active-team`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 23 revisions.

- **2026-08-24** `9d1da42c10ce` — 1 info
- **2026-08-24** `200744ae0bef` — 2 breaking
- **2026-08-24** `08bbb5bedb5d` — 2 breaking, 7 info
- **2026-07-11** `32cece1ebe43` — 3 breaking, 2 warning, 1 info
- **2026-03-05** `c45ef22a736c` — 1 info
- **2026-03-04** `21aca40b5846` — 1 info

## Changes

- **2026-08-24** `9d1da42c10ce` — 1 info
  - the request property `teamId` became nullable
- **2026-08-24** `200744ae0bef` — 2 breaking
  - the request property `teamId` became not nullable
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
- **2026-08-24** `08bbb5bedb5d` — 2 breaking, 7 info
  - the request property `teamId` became not nullable
  - removed the media type `application/json` for the response with the status `401`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - removed `#/components/schemas/Team` from the response body `allOf` list for the response status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `429`
  - removed the non-success response with the status `500`
- **2026-07-11** `32cece1ebe43` — 3 breaking, 2 warning, 1 info
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `organizationId` from the response with the `200` status
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `updatedAt` from the response with the `200` status
  - added `#/components/schemas/Team` to the response body `allOf` list for the response status `200`
- **2026-03-05** `c45ef22a736c` — 1 info
  - the request property `teamId` became nullable
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/auth/organization/set-active-team/post.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/set-active-team/post)
