---
title: "Retrieve Staff Group"
method: GET
path: "/api/2.0/staff_groups/{id}/"
tags: ["Staff Groups"]
---

# Retrieve Staff Group

`GET /api/2.0/staff_groups/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- StaffGroup
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `is_elation_group` boolean — Whether the staff group is an Elation group.
  - `name` string, required — The name of the staff group.
  - `practice` integer, required — The id of the practice that the staff group belongs to.
  - `users` integer[], required — A list of user ids inside the group.

---

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