---
title: "List all groups"
method: POST
path: "/groups.list"
tags: ["Groups"]
---

# List all groups

`POST /groups.list`

## Request body

- object
  - `offset` number
  - `limit` number
  - `sort` string
  - `direction` 'ASC' | 'DESC'

## Response `200`

OK

- object
  - `data` Group[]
    - `id` string, uuid — Unique identifier for the object.
    - `name` string — The name of this group.
    - `memberCount` number — The number of users that are members of the group
    - `createdAt` string, date-time — The date and time that this object was created
    - `updatedAt` string, date-time — The date and time that this object was last changed
  - `pagination` Pagination
    - `offset` number
    - `limit` number

## Other responses

- `401` — The API key is missing or otherwise invalid.
- `403` — The current API key is not authorized to perform this action.

---

[API](https://skmtc.dev/defaulr/apis/outline-api.md) · [All operations](https://skmtc.dev/defaulr/apis/outline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defaulr/outline-api/revisions/9f864bb854b3/schema)
