---
title: "Update effective date on a group-level practitioner specialty"
method: PUT
path: "/practitioners/group-practitioner-specialties/effective-date"
tags: ["Practitioner"]
---

# Update effective date on a group-level practitioner specialty

`PUT /practitioners/group-practitioner-specialties/effective-date`

Updates the effective start date on a practitioner's specialty association at the group level. Use this when the effective date on an existing group-level specialty record needs correction; this is the broadest specialty level, so for location or network specificity use the corresponding `group-practitioner-location-specialties` or `group-practitioner-location-network-specialties` endpoints instead. The target specialty association must already exist.

## Headers

- `tenant-id` string

## Request body

- UpdateGroupPractitionerSpecialtyEffectiveDateRequest
  - `tenantGroupPractitionerSpecialtyId` string, required
  - `effectiveDate` string, required

## Response `200`

Practitioner specialty effective date successfully updated

- object

## Other responses

- `400` — Invalid request body or missing required parameters
- `404` — Group practitioner specialty not found
- `500` — Internal server error during request processing

---

[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/revisions/563848e0ecc0/schema)
