---
title: "List groups"
method: GET
path: "/scim/v2/Groups"
tags: ["SCIM"]
---

# List groups

`GET /scim/v2/Groups`

Returns a paginated list of groups, ten groups per page by default. Use the startIndex and count (max 100) query parameters to paginate long lists of groups. It's possible to return a list of specific types of groups using the filter parameter.

## Query parameters

- `count` integer
- `filter` string
- `startIndex` integer

## Headers

- `Content-Type` string, required

## Response `200`

OK

- object
  - `schemas` string[]
  - `id` string, nullable
  - `externalId` string, nullable
  - `meta` object, nullable
  - `totalResults` integer — Total numbers of groups present.
  - `resources` object[]
    - `schemas` string[]
    - `id` string
    - `displayName` string
    - `members` object[]
      - `value` string
    - `urn:zuora:scim:schemas:1.0:GroupExtension` object
      - `schemas` string[]
      - `description` string
      - `organizationId` string
      - `active` boolean
    - `meta` object, nullable
      - `resourceType` string
      - `location` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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