---
title: "Get an authorization group"
method: GET
path: "/groups/{id}"
tags: ["Authorization"]
---

# Get an authorization group

`GET /groups/{id}`

Retrieves a specified authorization group.

## Path parameters

- `id` string, required

## Response `200`

When request is successful. Returns an authorization 'Group' object.

- Group
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `id` string, nullable — Unique identifier of the group.
  - `name` string, nullable — Name of the group.
  - `principalIds` string[], nullable — Principals that are members of the group. This can be either user ids or other group ids.
  - `isDeleted` boolean — True when the group is deleted.

## Other responses

- `404` — When authorization group does not exist.

---

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