---
title: "Share multiple providers to Credentialing Committee."
method: POST
path: "/v2/providers/bulk-share-to-cred-committee"
tags: ["v2/providers"]
---

# Share multiple providers to Credentialing Committee.

`POST /v2/providers/bulk-share-to-cred-committee`

## Headers

- `organization-id` string

## Request body

- ShareBulkProviderToCredCommDtoV2
  - `provider_ids` string[], required — Array of provider IDs to share to cred committee
  - `reason` string, required — Reason for sharing to cred committee

## Response `204`

All providers shared to the cred committee successfully.

## Other responses

- `207` — Some providers couldn't be shared to cred committee
- `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.

---

[API](https://skmtc.dev/certifyos/apis/certifyos-api.md) · [All operations](https://skmtc.dev/certifyos/apis/certifyos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/certifyos/certifyos-api/revisions/6ef2fa526e0f/schema)
