---
title: "Get Users"
method: GET
path: "/scim/v2/Users"
tags: ["scim"]
---

# Get Users

`GET /scim/v2/Users`

Get a list of users according to SCIM v2 protocol

## Query parameters

- `startIndex` integer
- `count` integer
- `filter` string, nullable
- `feature` string, nullable

## Response `200`

Successful Response

- SCIMListResponse
  - `Resources` union, required
    - SCIMUserOutput[]
    - SCIMGroup[]
      - `displayName` string, required
      - `externalId` string, nullable
      - `id` string, nullable
      - `members` SCIMMember[], nullable
        - `display` string, nullable
        - `type` string, nullable
        - `value` string, required
      - `meta` object, nullable
      - `schemas` string[], required
  - `itemsPerPage` integer, nullable
  - `schemas` string[]
  - `startIndex` integer, nullable
  - `totalResults` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `scim` added
  - api tag `✨ SCIM v2 (Enterprise Only)` removed
- **2026-09-18** `082b5fabd909` — 6 info
  - api tag `✨ SCIM v2 (Enterprise Only)` added
  - api tag `scim` removed
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
  - …2 more
- **2026-09-11** `f9848f60f12d` — 2 info
  - api tag `scim` added
  - api tag `✨ SCIM v2 (Enterprise Only)` removed
- **2026-09-04** `b260997c7450` — 2 info
  - api tag `✨ SCIM v2 (Enterprise Only)` added
  - api tag `scim` removed
- **2026-08-27** `4a06c3148b6c` — 2 info
  - api tag `scim` added
  - api tag `✨ SCIM v2 (Enterprise Only)` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/scim/v2/Users/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
