---
title: "Get Team Physicians"
method: GET
path: "/v2/team/{team_id}/physicians"
tags: ["team"]
---

# Get Team Physicians

`GET /v2/team/{team_id}/physicians`

## Path parameters

- `team_id` string, uuid, required

## Response `200`

Successful Response

- ClientFacingPhysician[]
  - `first_name` string, required
  - `last_name` string, required
  - `npi` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/revisions/034402e2bbe3/schema)
