---
title: "Get User"
method: GET
path: "/scim/v2/Users/{user_id}"
tags: ["scim"]
---

# Get User

`GET /scim/v2/Users/{user_id}`

Get a single user by ID according to SCIM v2 protocol

## Path parameters

- `user_id` string, required

## Query parameters

- `feature` string, nullable

## Response `200`

Successful Response

- SCIMUserOutput

## 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` — 1 breaking, 9 warning, 4 info
  - removed the required property `schemas` from the response with the `200` status
  - removed the optional property `active` from the response with the `200` status
  - removed the optional property `displayName` from the response with the `200` status
  - removed the optional property `emails` from the response with the `200` status
  - …10 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/:user_id/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)
