---
title: "List access groups"
method: GET
path: "/configuration/access-groups"
tags: ["configuration"]
---

# List access groups

`GET /configuration/access-groups`

Lists access groups using pagination

## Query parameters

- `page_id` string
- `pageSize` integer

## Response `200`

List of access group for current page

- AccessGroupPage
  - `nextPageId` string, nullable
  - `content` SimpleAccessGroup[]
    - `id` string — Identifier of an access group.
    - `name` string — Name of an access group.
    - `description` string — Description of an access group.

## Other responses

- `400` — Invalid pageId or pageSize parameters provided
- `403` — Forbidden to access the resource, check your authorisation and rights.

---

[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)
