---
title: "List Office Staffs"
method: GET
path: "/api/2.0/office_staff/"
tags: ["Office Staff"]
---

# List Office Staffs

`GET /api/2.0/office_staff/`

Returns a list of office staff

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string

## Response `200`

- PaginatedPracticeToStaffList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PracticeToStaff[], required
    - `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)
