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

# Changes to Set Organization Active

`POST /auth/organization/set-active`

> 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` — 3 breaking
- **2026-08-24** `08bbb5bedb5d` — 3 breaking, 7 info
- **2026-07-11** `32cece1ebe43` — 3 breaking, 4 warning, 1 info
- **2026-03-05** `c45ef22a736c` — 2 info
- **2026-03-04** `21aca40b5846` — 1 info

## Changes

- **2026-08-24** `9d1da42c10ce` — 1 info
  - the request property `organizationId` became nullable
- **2026-08-24** `200744ae0bef` — 3 breaking
  - the request property `organizationId` became not nullable
  - the request property `organizationSlug` became not nullable
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
- **2026-08-24** `08bbb5bedb5d` — 3 breaking, 7 info
  - the request property `organizationId` became not nullable
  - the request property `organizationSlug` 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/Organization` 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, 4 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 `slug` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `logo` from the response with the `200` status
  - removed the optional property `metadata` from the response with the `200` status
  - added `#/components/schemas/Organization` to the response body `allOf` list for the response status `200`
- **2026-03-05** `c45ef22a736c` — 2 info
  - the request property `organizationId` became nullable
  - the request property `organizationSlug` became nullable
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

---

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