---
title: "List Placeholders"
method: GET
path: "/scim/v2/placeholders"
tags: ["scim"]
---

# List Placeholders

`GET /scim/v2/placeholders`

List user rows whose id is another account's SSO identity or email.

An earlier release provisioned a group member it could not match as a user keyed
by the raw member value, and that row now shadows the account the value really
names, so every push of that member is refused. This lists those rows so an
operator can fold each one into the account it shadows with
``POST /scim/v2/placeholders/{user_id}/merge``. A row that has an SSO identity of
its own or owns virtual keys is left out: someone uses that account.

## Query parameters

- `feature` string, nullable

## Response `200`

Successful Response

- SCIMPlaceholder[]
  - `placeholder_user_id` string, required
  - `resolved_user_ids` string[], required
  - `team_ids` string[], 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` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/scim/v2/placeholders/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/b694deb1e459?raw)
