---
title: "Get group by ID"
method: GET
path: "/groups/{id}"
tags: ["Groups"]
---

# Get group by ID

`GET /groups/{id}`

Retrieves the details of a specific group by its unique identifier.

## Response `200`

Returns the group object with all properties.

- Group
  - `name` string, required — The group's name.
  - `type` 'general' | 'administrators' | 'end-users', required — The group type.
  - `supportLevel` integer — A number representing the support level (from existing support levels).
  - `companyId` integer, nullable — The unique identifier for the company associated with the group.
  - `email` string, email — The email address associated with the group.
  - `receiveAutomaticSrEmailNotifications` boolean — Indicates whether the group receives automatic SR email notifications.
  - `canBeAssignedToServiceRecord` boolean — Indicates if the group can be assigned to a service record. Not applicable if `type` is set to `END_USERS`.
  - `enableAutomaticDispatchOfServiceRecords` boolean — Determines if service records should be automatically dispatched. Only applicable if `canBeAssignedToServiceRecord` is `true`
  - `id` integer, required — The unique identifier of the group.

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
