---
title: "Get a list of all admin groups."
method: GET
path: "/api-umbrella/v1/admin_groups"
tags: ["admin_group"]
---

# Get a list of all admin groups.

`GET /api-umbrella/v1/admin_groups`

Get a listing of all admin group records the currently authenticated admin user has permissions to.

This API's query parameters and responses are intended to be compatible with the [DataTables server-side processing API](https://datatables.net/manual/server-side).

## Query parameters

- `start` integer
- `length` integer
- `search[value]` string
- `order[i][column]` integer
- `order[i][dir]` 'asc' | 'desc'
- `columns[i][data]` string
- `columns[i][name]` string

## Response `200`

Successful response

---

[API](https://skmtc.net/gsa/apis/api-umbrella-admin-api.md) · [All operations](https://skmtc.net/gsa/apis/api-umbrella-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gsa/api-umbrella-admin-api/revisions/0c9a8c78c26a/schema)
