---
title: "Associate practitioner with a network"
method: POST
path: "/practitioners/{id}/networks"
tags: ["Practitioner"]
---

# Associate practitioner with a network

`POST /practitioners/{id}/networks`

Associates a practitioner with a network following the roster ingestion pattern. The network must belong to a group (groupId provided in request body). If the practitioner is not associated with the group, the group association will also happen simultaneously. Creates or updates a TenantGroupPractitionerNetwork relationship.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- AssociatePractitionerNetworkRequest — Request to associate a practitioner with a network
  - `groupId` string, required — ID of the group that the network belongs to
  - `networkId` string, required — ID of the network to associate with
  - `networkEffectiveDate` string — Effective date for the network association
  - `groupEffectiveDate` string — Effective date for the TenantGroupPractitioner relationship

## Response `201`

Successfully associated practitioner with network

- AssociatePractitionerNetworkResponse — Response containing practitioner-network association result
  - `tenantGroupPractitionerId` string — ID of the tenant group practitioner
  - `tenantGroupPractitionerNetworkId` string — ID of the tenant group practitioner network association
  - `networkId` string — ID of the network that was associated
  - `status` string — Indicates the result of the association

## Other responses

- `400` — Bad request - Invalid input or validation error
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Practitioner, group, or network not found
- `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)
