---
title: "Lists all groups in the organization."
method: GET
path: "/organization/groups"
tags: ["Groups"]
---

# Lists all groups in the organization.

`GET /organization/groups`

## 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` string, 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.

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
