---
title: "Enable/disable all memory recall and ingestion for the org"
method: PUT
path: "/v1/identity/org/memory"
tags: ["identity"]
---

# Enable/disable all memory recall and ingestion for the org

`PUT /v1/identity/org/memory`

Set the org-level memory toggle. Preserves all unrelated org settings.

## Request body

- OrgMemoryUpdate — Set the org-level memory module toggle. ``memory_enabled=False`` disables all memory recall and ingestion for this org (GDPR purge bypasses this flag). ``True`` re-enables it. Defaults to ``True`` when the key has never been set.
  - `memory_enabled` boolean, required

## Response `200`

Successful Response

- OrgMemoryResponse — The org-level memory module toggle (effective boolean, never null).
  - `memory_enabled` boolean, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/5a5597ebb2d6/schema)
