---
title: "Update professional IDs for a practitioner"
method: PUT
path: "/practitioners/{id}/professional-ids"
tags: ["Practitioner"]
---

# Update professional IDs for a practitioner

`PUT /practitioners/{id}/professional-ids`

Replaces practitioner data.professionalIds using create/update/delete actions (CP-30148). An empty JSON array clears the entire professionalIds list.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- ProfessionalIdUpdateRequest1[]
  - `id` string — Stable row identifier (UUID)
  - `type` string — Professional ID type
  - `number` string — ID number
  - `state` string — Issuing state when applicable
  - `issueDate` string, date
  - `expirationDate` string, date
  - `source` string — Source of the record (Manual, Roster, CAQH)
  - `action` string — Action: create, update, or delete

## Response `200`

Professional IDs updated successfully

## Other responses

- `400` — Bad request - Invalid input
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Practitioner not found
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
