---
title: "Get one group by id"
method: GET
path: "/identity/businesses/{id}"
tags: ["identity", "groups"]
---

# Get one group by id

`GET /identity/businesses/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GroupsGroup
  - `business_account_number` string, nullable
  - `created_by` string
  - `created_ts` string, date-time
  - `id` string
  - `name` string
  - `status` string
  - `updated_by` string
  - `updated_ts` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/392a9fba638c/schema)
