---
title: "Get Users"
method: GET
path: "/scim/v2/Users"
tags: ["✨ SCIM v2 (Enterprise Only)"]
---

# 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
  - `schemas` string[]
  - `totalResults` integer, required
  - `startIndex` integer, nullable
  - `itemsPerPage` integer, nullable
  - `Resources` union, required
    - SCIMUser[]
      - `schemas` string[], required
      - `id` string, nullable
      - `externalId` string, nullable
      - `meta` object, nullable
      - `userName` string, nullable
      - `name` SCIMUserName
        - `familyName` string, nullable
        - `givenName` string, nullable
        - `formatted` string, nullable
        - `middleName` string, nullable
        - `honorificPrefix` string, nullable
        - `honorificSuffix` string, nullable
      - `displayName` string, nullable
      - `active` boolean
      - `emails` SCIMUserEmail[], nullable
        - `value` string, email, required
        - `type` string, nullable
        - `primary` boolean, nullable
      - `groups` SCIMUserGroup[], nullable
        - `value` string, required
        - `display` string, nullable
        - `type` string, nullable
    - SCIMGroup[]
      - `schemas` string[], required
      - `id` string, nullable
      - `externalId` string, nullable
      - `meta` object, nullable
      - `displayName` string, required
      - `members` SCIMMember[], nullable
        - `value` string, required
        - `display` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
