---
title: "List provisioned SCIM groups for an enterprise"
method: GET
path: "/scim/v2/enterprises/{enterprise}/Groups"
tags: ["enterprise-admin", "scim"]
---

# List provisioned SCIM groups for an enterprise

`GET /scim/v2/enterprises/{enterprise}/Groups`

**Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change.

Lists provisioned SCIM groups in an enterprise.

You can improve query search time by using the `excludedAttributes` query parameter with a value of `members` to exclude members from the response.

## Path parameters

- `enterprise` string, required

## Query parameters

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

## Response `200`

Success, either groups were found or not found

## Other responses

- `400` — Bad request
- `401` — Authorization failure
- `403` — Permission denied
- `429` — Too many requests
- `500` — Internal server error

## Changes

- **2024-03-11** (3.8) `45558529b5e2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/github/apis/enterprise-server/changes/scim/v2/enterprises/:enterprise/Groups/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-server.md) · [All operations](https://skmtc.dev/github/apis/enterprise-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-server/revisions/5438365412fe/schema)
