---
title: "Get Group"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}"
tags: ["Administration - Groups"]
---

# Get Group

`GET /api/v3.0/orgs/{orgUuid}/groups/{groupUuid}`

Returns the given group of an organization

## Path parameters

- `orgUuid` string, required
- `groupUuid` string, required

## Response `200`

OK

- DWRResponseV3GroupDTO
  - `supportToken` string
  - `response` GroupDTO
    - `uuid` string
    - `name` string
    - `description` string
    - `userCount` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
