---
title: "Retrieve Office Staff"
method: GET
path: "/api/2.0/office_staff/{staff_id}/"
tags: ["Office Staff"]
---

# Retrieve Office Staff

`GET /api/2.0/office_staff/{staff_id}/`

Retrieve an office staff

## Path parameters

- `staff_id` integer, required

## Response `200`

- PracticeToStaff
  - `created_date` string, date-time, nullable — When staff was added to the system.
  - `dob` string, date, nullable
  - `email` string, nullable — Get office email using fallbacks
  - `first_name` string
  - `id` integer
  - `last_name` string, required
  - `middle_name` string
  - `phone` string, nullable
  - `practice` integer
  - `prefix` string
  - `sex` 'Female' | 'Intersex/Other' | 'Male' | 'None selected'
  - `suffix` string
  - `user_id` integer, nullable

---

[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)
