---
title: "GET /api/user_groups/{id}"
method: GET
path: "/api/user_groups/{id}"
tags: ["Administrative"]
---

# GET /api/user_groups/{id}

`GET /api/user_groups/{id}`

Retrieve an existing user group

## Path parameters

- `id` string, required

## Query parameters

- `doctor` integer

## Response `200`

OK

- UserProfilesGroup
  - `archived` boolean — Group is archived or not
  - `name` string
  - `practice_group` string — Practice group this user group belongs to
  - `created_at` string
  - `updated_at` string
  - `members` string[] — Users in this user group.
  - `id` integer

## 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/revisions/e595797fe800/schema)
