---
title: "Update Patient Provider Team Member"
method: PUT
path: "/api/2.0/patient-provider-team-members/{id}/"
tags: ["Provider Team"]
---

# Update Patient Provider Team Member

`PUT /api/2.0/patient-provider-team-members/{id}/`

## Path parameters

- `id` integer, required

## Request body

- PatientProviderTeamMemberUpdate
  - `activity_summary_last_refreshed` string, date-time — The last known time when this team member's activity was synced.
  - `earliest_activity` string, date-time — Displays the earliest known interaction between the team member and the patient.
  - `group` 'main' | 'other' — * `main` - main * `other` - other
  - `latest_activity` string, date-time — Displays the latest known interaction between the team member and the patient.
  - `patient_id` integer — The id of the Patient that this team is associated with.
  - `patient_provider_team_id` integer — Patient Provider team ID
  - `patient_provider_team_member_id` integer
  - `physician_id` integer — The Physician that this team member represents.
  - `rank` integer — Used for displaying a sorted patient provider team in the patient chart. Rank is sequential and begins at 1.
  - `treatment_reason` string, nullable — The reason why this physician is in this team

## Response `200`

- PatientProviderTeamMemberUpdate
  - `activity_summary_last_refreshed` string, date-time — The last known time when this team member's activity was synced.
  - `earliest_activity` string, date-time — Displays the earliest known interaction between the team member and the patient.
  - `group` 'main' | 'other' — * `main` - main * `other` - other
  - `latest_activity` string, date-time — Displays the latest known interaction between the team member and the patient.
  - `patient_id` integer — The id of the Patient that this team is associated with.
  - `patient_provider_team_id` integer — Patient Provider team ID
  - `patient_provider_team_member_id` integer
  - `physician_id` integer — The Physician that this team member represents.
  - `rank` integer — Used for displaying a sorted patient provider team in the patient chart. Rank is sequential and begins at 1.
  - `treatment_reason` string, nullable — The reason why this physician is in this team

---

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