---
title: "Get access group"
method: GET
path: "/configuration/access-groups/{accessGroupId}"
tags: ["configuration"]
---

# Get access group

`GET /configuration/access-groups/{accessGroupId}`

Gets access group with given id

## Path parameters

- `accessGroupId` string, required

## Response `200`

Requested access group

- IdentifiedAccessGroup
  - `id` string — Identifier of an access group.
  - `name` string — Name of an access group.
  - `description` string — Description of an access group.
  - `criteria` AccessGroupCriteria
    - `include` object[]

## Other responses

- `403` — Forbidden to access the resource, check your authorisation and rights.
- `404` — Access group with given id does not exists

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
