---
title: "Update practitioner overview information"
method: PUT
path: "/practitioners/{id}/overview"
tags: ["Practitioner"]
---

# Update practitioner overview information

`PUT /practitioners/{id}/overview`

Updates practitioner overview information including basic details like name, NPI, and other core fields.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- OverviewUpdateRequest
  - `firstName` string — First name of the practitioner
  - `lastName` string — Last name of the practitioner
  - `primaryEmail` string — Primary email address of the practitioner
  - `middleName` string — Middle name of the practitioner
  - `prefix` string — Name prefix of the practitioner
  - `suffix` string — Name suffix of the practitioner
  - `npi` string — National Provider Identifier
  - `caqhProviderId` string — CAQH Provider ID
  - `caqhAttestationDate` string — CAQH attestation date
  - `caqhPdqs` object — CAQH PDQS data object. Can be provided directly or via caqhAttestationDate field.
  - `userDefinedFields` object — Custom user-defined fields. Replaces the entire userDefinedFields object (PUT semantics).
  - `providerType` string[] — Types of healthcare provider (e.g., MD, DO, NP)
  - `practitionerType` string[] — Types of healthcare practitioner (e.g., MD, DO, NP)
  - `practitionerTypesToCredential` string[] — Practitioner types to credential (e.g., MD, Physician)
  - `languages` Language[] — Languages spoken by the practitioner
    - `language` string, required — The language the practitioner is proficient in
    - `isPrimary` boolean, nullable — Whether the language is the primary language of the practitioner
  - `medicareId` string — Medicare PTAN
  - `dateOfBirth` string — Date of birth
  - `gender` string — Gender of the practitioner
  - `ethnicity` string — Ethnicity of the practitioner
  - `race` string — Race of the practitioner. Multiple selections stored as comma-separated values.
  - `delegationStatus` 'Delegated' | 'Direct' — Delegation status of the practitioner
  - `initialCredentialingDate` string, nullable — Date when the practitioner was first credentialed
  - `lastCredentialingDate` string, nullable — Date of the most recent credentialing

## Response `200`

Practitioner overview updated successfully

## Other responses

- `400` — Bad request - Invalid input
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Practitioner not found
- `409` — Conflict - Initial credentialing workflow already exists
- `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/versions/3d27e9019c7b/schema)
