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

# List SCIM groups

`GET /scim/v2/Groups`

Lists the team groups with optional filtering, sorting, pagination and projection. Listings do not include members.

## Query parameters

- `filter` string
- `sortBy` string
- `sortOrder` 'ascending' | 'descending'
- `startIndex` integer
- `count` integer
- `attributes` string
- `excludedAttributes` string

## Response `200`

Successful operation

## Other responses

- `400` — Invalid filter
- `401` — Authentication token is missing, invalid, or expired

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
