---
title: "Update conversation history settings for the organization"
method: POST
path: "/organization/conversation-history-settings"
tags: ["Organizations"]
---

# Update conversation history settings for the organization

`POST /organization/conversation-history-settings`

REQUIRED SCOPES <code>['organizations:write']</code><br>Update conversation history settings for the organization

## Request body

- object
  - `use_global_conversation_history` boolean, required — Whether to use global conversation history

## Response `200`

Settings updated successfully

- object
  - `use_global_conversation_history` boolean — Updated setting for global conversation history

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
