---
title: "List groups"
method: GET
path: "/organization/groups"
tags: ["Groups"]
---

# List groups

`GET /organization/groups`

Lists all groups in the organization.

## Query parameters

- `limit` integer
- `after` string
- `order` 'asc' | 'desc'

## Response `200`

Groups listed successfully.

- GroupListResource — Paginated list of organization groups.
  - `object` 'list', required — Always `list`.
  - `data` GroupResponse[], required — Groups returned in the current page.
    - `id` string, required — Identifier for the group.
    - `name` string, required — Display name of the group.
    - `created_at` integer, required — Unix timestamp (in seconds) when the group was created.
    - `is_scim_managed` boolean, required — Whether the group is managed through SCIM and controlled by your identity provider.
    - `group_type` 'group' | 'tenant_group', required — The type of the group.
  - `has_more` boolean, required — Whether additional groups are available when paginating.
  - `next` string, nullable, required — Cursor to fetch the next page of results, or `null` if there are no more results.

## Changes

- **2026-05-21** `872ce068945f` — 2 warning
  - added the new `group` enum value to the `data/items/group_type` response property for the response status `200`
  - added the new `tenant_group` enum value to the `data/items/group_type` response property for the response status `200`
- **2026-05-01** `918e83711c91` — 1 info
  - added the required property `data/items/group_type` to the response with the `200` status
- **2026-04-29** `5b98524f8dee` — 1 breaking
  - the `data/items/created_at` response's property type/format changed from `integer`/`int64` to `integer`/`unixtime` for status `200`
- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/openai/apis/openai-api/changes/organization/groups/get.md)

---

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