---
title: "Update Practicepanther Settings"
method: PUT
path: "/settings/practicepanther"
tags: ["Settings"]
---

# Update Practicepanther Settings

`PUT /settings/practicepanther`

Update PracticePanther integration settings for the customer.

Allows updating auto-creation toggles, assigned user, and contact tags.

## Request body

- UpdatePracticePantherSettingsRequest — Update PracticePanther integration settings request model
  - `assigned_to_guid` string, nullable — GUID of the PracticePanther user to assign new contacts and matters to
  - `contact_tag_voice` string, nullable — Tag applied to contacts created by voice agent
  - `contact_tag_chat` string, nullable — Tag applied to contacts created by web chat agent
  - `dry_run` boolean, nullable — Master override - when enabled, blocks all automatic PracticePanther actions regardless of individual auto-create settings
  - `auto_create_contact` boolean, nullable — Whether contacts are automatically created in PracticePanther during the call pipeline
  - `auto_create_matter` boolean, nullable — Whether matters are automatically created in PracticePanther during the call pipeline
  - `auto_create_portal` boolean, nullable — Whether client portal invitations are automatically sent during the call pipeline
  - `auto_create_call` boolean, nullable — Whether call activities are automatically created in PracticePanther during the call pipeline

## Response `200`

Successful Response

- PracticePantherSettingsResponse — PracticePanther integration settings response model
  - `assigned_to_guid` string, nullable — GUID of the PracticePanther user to assign new contacts and matters to
  - `contact_tag_voice` string, nullable — Tag applied to contacts created by voice agent
  - `contact_tag_chat` string, nullable — Tag applied to contacts created by web chat agent
  - `dry_run` boolean, required — Master override - when enabled, blocks all automatic PracticePanther actions regardless of individual auto-create settings
  - `auto_create_contact` boolean, required — Whether contacts are automatically created in PracticePanther during the call pipeline
  - `auto_create_matter` boolean, required — Whether matters are automatically created in PracticePanther during the call pipeline
  - `auto_create_portal` boolean, required — Whether client portal invitations are automatically sent during the call pipeline
  - `auto_create_call` boolean, required — Whether call activities are automatically created in PracticePanther during the call pipeline

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
