---
title: "Update conversation history settings for a team"
method: POST
path: "/teams/{team}/conversation-history-settings"
tags: ["Teams"]
---

# Update conversation history settings for a team

`POST /teams/{team}/conversation-history-settings`

REQUIRED SCOPES <code>['teams:write']</code><br>Update conversation history settings for a team

## Path parameters

- `team` integer, required

## Request body

- object
  - `use_global_conversation_history` boolean
  - `use_conversation_history` boolean

## Response `200`

Successful operation

- object
  - `use_global_conversation_history` boolean
  - `use_conversation_history` boolean

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Team 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)
