---
title: "List user groups"
method: GET
path: "/scim/v2/groups"
tags: ["User groups"]
---

# List user groups

`GET /scim/v2/groups`

Return a list of user groups, sorted by creation time.

## Query parameters

- `count` integer
- `startIndex` integer

## Response `200`

List of user groups

- object
  - `Resources` ScimGroup[] — The list of user groups
    - `id` string — Unique identifier for the group
    - `displayName` string — The name of the group
    - `members` object[] — The list of users in the group
      - `value` string — The user's unique identifier
      - `display` string — The user's email address
    - `meta` object — Metadata about the group resource
      - `resourceType` string — The type of resource. This will be `Group`.
      - `created` string, date-time — The time the group was created
      - `lastModified` string, date-time — The time the group was last updated
    - `schemas` string[] — SCIM schema information for the group
  - `schemas` string[] — SCIM schema information for the response
  - `itemsPerPage` integer — The number of groups returned in the current page
  - `startIndex` integer — The starting index of the current page in the result set
  - `totalResults` integer — The total number of groups matching the query

## Other responses

- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

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