---
title: "Bulk update insurance payors"
method: PUT
path: "/insurancePayors/bulk"
tags: ["insurancePayors"]
---

# Bulk update insurance payors

`PUT /insurancePayors/bulk`

Updates a set of payors matched by id, optionally patching a single `externalIdentifiers` entry (matched by `source`) plus top-level `source`/`isHiddenFromPatients`.

## Request body

- object
  - `ids` string[], required — IDs of the payors to update.
  - `externalIdentifiers` object[]
    - `source` string
    - `value` string
    - `status` string
    - `pin` string
  - `source` string
  - `isHiddenFromPatients` boolean

## Response `200`

Result of the bulk update

- object

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

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