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

# List groups via SCIM v2.0

`GET /v1/scim/v2/Groups`

Retrieves a list of groups (departments) for the authenticated company following SCIM 2.0 standard

## Query parameters

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

## Response `200`

Success

- IntegrationsScimGroupListResponse
  - `Resources` IntegrationsScimGroup[], required — Array of group resources
    - `displayName` string, required — Display name of the group
    - `id` string, required — Unique identifier for the group
    - `members` object[], required — Array of group members (per RFC 7643)
      - `$ref` string — URI of the user resource
      - `display` string — Display name of the user
      - `value` string, required — User ID (slug)
    - `meta` object
      - `created` string — Creation timestamp
      - `lastModified` string — Last modification timestamp
      - `resourceType` string — Resource type
    - `schemas` string[], required — SCIM schema identifiers
  - `itemsPerPage` integer, required — Number of results returned in the current set
  - `schemas` string[], required — SCIM schema identifiers
  - `startIndex` integer, required — 1-based index of the first result in the current set
  - `totalResults` integer, required — Total number of results matching the query

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
