> ## Documentation Index
> Fetch the complete documentation index at: https://api-documentation.kare-app.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations

> API changes for the Organizations module.

<Update label="2026-09-08">
  **4 API change(s) - ⚠️ includes 4 breaking change(s)**

  **`GET /rs/organizations/v1/me`**

  * removed the enum value `ai-auto-analyze` from the property `items/` of the `query` request parameter `extend`
  * removed the required property `updatableFields/aiAutoAnalyzeReports` from the response with the `200` status
  * removed the optional property `aiAutoAnalyzeReports` from the response with the `200` status

  **`PATCH /rs/organizations/v1/me`**

  * removed the request property `aiAutoAnalyzeReports`
</Update>

<Update label="2026-08-25">
  **1 API change(s)**

  **`GET /rs/organizations/v1/me`**

  * added the required property `aiSearchEnabled` to the response with the `200` status
</Update>

<Update label="2026-07-31">
  **4 API change(s)**

  **`GET /rs/organizations/v1/me`**

  * added the enum value `ai-auto-analyze` to the property `items/` of the `query` request parameter `extend`
  * added the optional property `aiAutoAnalyzeReports` to the response with the `200` status
  * added the required property `updatableFields/aiAutoAnalyzeReports` to the response with the `200` status

  **`PATCH /rs/organizations/v1/me`**

  * added the new optional request property `aiAutoAnalyzeReports`
</Update>

<Update label="2026-07-24">
  **1 API change(s)**

  **`GET /rs/organizations/v1/me`**

  * added the new optional `query` request parameter `extend`
</Update>

<Update label="2026-07-15">
  **3 API change(s)**

  **`GET /rs/organizations/v1/me`**

  * endpoint added

  **`PATCH /rs/organizations/v1/me`**

  * endpoint added

  **`PUT /rs/organizations/v1/me/logo`**

  * endpoint added
</Update>
