---
title: "List groups associated with a practitioner"
method: GET
path: "/practitioners/{practitionerId}/groups"
tags: ["Practitioner"]
---

# List groups associated with a practitioner

`GET /practitioners/{practitionerId}/groups`

Returns all groups the specified practitioner is associated with. Use this to retrieve a practitioner's group memberships; for groups with full attribute detail as part of the relationship graph, use `GET /practitioners/{id}/relationships/groups` instead. `{practitionerId}` is the `certifyPractitionerId`. Terminated associations are included; this endpoint does not filter by termination status.

## Path parameters

- `practitionerId` string, required

## Headers

- `tenant-id` string

## Response `200`

Successfully retrieved groups for the practitioner

- unknown[]
  - unknown

## Other responses

- `400` — Invalid request parameters
- `404` — Practitioner 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/revisions/563848e0ecc0/schema)
