---
title: "Create Bulk Provider Professional IDs"
method: POST
path: "/v2/provider/{providerId}/professional-ids"
tags: ["v2/provider"]
---

# Create Bulk Provider Professional IDs

`POST /v2/provider/{providerId}/professional-ids`

Create multiple professional IDs for a provider

## Path parameters

- `providerId` string, required

## Headers

- `organization-id` string

## Request body

- CreateProfessionalIdsV2Dto
  - `professional_ids` CreateProfessionalIdV2Dto[], required — Array of professional IDs to create
    - `type` 'Medicare Number' | 'Medicaid Number' | 'ECFMG Number' | 'Foreign National Identification Number' | 'Unique Physician Identification Number' | 'CLIA' | 'DEA', required — Type of professional ID
    - `number` string, required — Professional ID number
    - `issue_date` string, date-time — Issue date of the professional ID
    - `expiration_date` string, date-time — Expiration date of the professional ID
    - `notes` string — Notes about the professional ID
    - `state` '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' — State associated with the professional ID
    - `source` string — Source of the professional ID

## Response `201`

Professional IDs created successfully.

- ProfessionalIdResponseV2Dto[]
  - `id` string, required — Unique identifier for the professional ID
  - `type` 'Medicare Number' | 'Medicaid Number' | 'ECFMG Number' | 'Foreign National Identification Number' | 'Unique Physician Identification Number' | 'CLIA' | 'DEA', required — Type of professional ID
  - `number` string, required — Professional ID number
  - `issue_date` string — Issue date of the professional ID
  - `expiration_date` string — Expiration date of the professional ID
  - `notes` string — Notes about the professional ID
  - `state` string — State associated with the professional ID
  - `source` string — Source of the professional ID

## Other responses

- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — 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)
