---
title: "Update Active Call Check"
method: PATCH
path: "/developer/active-call-check"
tags: ["Developer", "Developer - Debug"]
---

# Update Active Call Check

`PATCH /developer/active-call-check`

Update the active call check setting for the current customer.

This endpoint is restricted to developer users only.
Toggles whether active call checking is disabled for call screening.

- **disable_active_call_check**: Set to true to disable active call checking

When disabled, the system will not check if the screener is already on an active call
before initiating a new screening call. This is a workaround for cases where calls
are incorrectly showing as still in progress.

## Request body

- UpdateActiveCallCheckRequest — Request to update customer's active call check setting
  - `disable_active_call_check` boolean, required — Set to true to disable active call checking (workaround for calls incorrectly showing as in progress)

## Response `200`

Successful Response

- ActiveCallCheckResponse — Response with customer's active call check setting
  - `customer_id` string, uuid, required — The customer ID
  - `disable_active_call_check` boolean, required — Whether active call checking is disabled for screening

## 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)
