---
title: "Retrieve groups"
method: GET
path: "/api/groups/list/"
tags: ["Groups (Legacy)"]
---

# Retrieve groups

`GET /api/groups/list/`

Requires the **GROUPMANAGEMENT** security role.

## Query parameters

- `search_term` string
- `page` integer
- `limit` integer
- `sort_order` 'asc' | 'desc'

## Response `200`

Successful response

- object[]
  - `id` string
  - `name` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
