---
title: "Update dynamic caller ids"
method: POST
path: "/did"
tags: ["Dynamic Caller IDs (DID)"]
---

# Update dynamic caller ids

`POST /did`

The Update dynamic caller ids endpoint allows to update the status of specific caller IDs. The request should include a raw JSON body with the keys "is_active" and "ids". The "is_active" key should have a value of 0 to deactivate the IDs, and the "ids" key should be an array of the IDs to be updated.

### Request Body

- `is_active` (number): Indicates the status to be updated. Set to 0 to deactivate the IDs.
    
- `ids` (array): An array of IDs to be updated.

## Request body

- object
  - `ids` number[]
  - `is_active` number

## Response `200`

Successful operation

- object
  - `updatedIds` number[]

## Other responses

- `503` — Error 1 / Error 2

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
