---
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`

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

---

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