---
title: "GET /api/staff/{id}"
method: GET
path: "/api/staff/{id}"
tags: ["Clinical"]
---

# GET /api/staff/{id}

`GET /api/staff/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `doctor` integer

## Response `200`

OK

- Staff
  - `username` string
  - `first_name` string
  - `last_name` string
  - `user_id` string
  - `doctor` string
  - `created_at` string
  - `updated_at` string
  - `id` integer
  - `home_phone` string
  - `active` string
  - `cell_phone` string
  - `email` string — An account registration email will be sent to this address.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
