---
title: "Enable/disable post-call structured extraction for the org"
method: PUT
path: "/v1/identity/org/post-session-extraction"
tags: ["identity"]
---

# Enable/disable post-call structured extraction for the org

`PUT /v1/identity/org/post-session-extraction`

Set the post-call extraction toggle. Preserves all unrelated org settings.

``org:manage`` (admin-only) rather than ``extractions:manage``: this arms a
PII-touching pipeline for every agent in the org, which is a wider blast
radius than authoring one agent's schema.

## Request body

- OrgPostSessionExtractionUpdate — Set the org-level post-call structured-extraction toggle. ``True`` arms post-call extraction for every agent in the org; each agent still needs its own ACTIVE extraction schema. ``False`` (the default) makes every terminal session record a durable ``skipped`` extraction job.
  - `post_session_extraction_enabled` boolean, required

## Response `200`

Successful Response

- OrgPostSessionExtractionResponse — The org-level post-call extraction toggle (effective boolean, never null).
  - `post_session_extraction_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/9cd7291d4228/schema)
