---
title: "Retrieving an acl group"
method: GET
path: "/acl/group/{acl_group_id}"
tags: ["Acl Groups"]
---

# Retrieving an acl group

`GET /acl/group/{acl_group_id}`

## Response `200`

Acl group information

- AclGroupsGetReturn
  - `id` string, required
  - `sName` string, required
  - `sRoleId` 'owner' | 'admin' | 'booker' | 'reporter' | 'manager' | 'account' | 'vacancy_manager' | 'compliance' | 'data_processor', required
  - `arrResources` ResourceItem[]
    - `mId` string, required
    - `sResource` string, required
  - `objTopLevelResource` ResourceItem, required
    - `mId` string, required
    - `sResource` string, required
  - `bSystemGroup` boolean

## Other responses

- `400` — Invalid path params / values for the header of the request
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `404` — No such record
- `default` — unexpected error

---

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