---
title: "Updates provider data"
method: PATCH
path: "/v2/providers/{id}"
tags: ["v2/providers"]
---

# Updates provider data

`PATCH /v2/providers/{id}`

Updates the information of a specific provider.

## Path parameters

- `id` string, required

## Headers

- `organization-id` string

## Request body

- UpdateProvidersDtoV2
  - `initial_credentialing_date` string, date-time — Date by which Provider was initially credentialed.
  - `external_id` string — Client’s ID for the provider
  - `primary_email` string — Provider’s email address
  - `gender` 'M' | 'F' | 'U' — Provider Gender
  - `dob` string, date-time — Provider’s date of birth
  - `is_pcp` boolean — Indicates whether the provider is a Primary Care Provider (PCP).
  - `is_specialist` boolean — Indicates whether the provider is a specialist.
  - `accepts_new_patients` boolean — Indicates whether the provider is currently accepting new patients.
  - `accepts_new_medicare_patients` boolean — Indicates whether the provider accepts new Medicare patients.
  - `assigned_states` 'AK' | 'AL' | 'AR' | 'AS' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'FM' | 'GA' | 'GU' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MH' | 'MI' | 'MN' | 'MO' | 'MP' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'PW' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'UM' | 'VA' | 'VI' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY' — Provider's assigned states

## Response `200`

Provider data successfully updated.

## Other responses

- `400` — Bad request because the wrong parameters are provided in the request body.
- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Provider or related resource not found.

---

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