---
title: "Create Provider Group"
method: POST
path: "/v1/providers/groups"
tags: ["Providers"]
---

# Create Provider Group

`POST /v1/providers/groups`

## Request body

- CreateProviderGroupRequest
  - `name` string, required — The provider group name
  - `tin` string, required — The provider group's tax identification number
  - `tinType` 'EIN' | 'SSN', required — The type of TIN

## Response `201`

The created provider group

- CreateProviderGroupResponse
  - `providerGroupId` string, uuid, required — The Sohar ID for the provider group

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `500` — Internal error

---

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