---
title: "Search for Users"
method: GET
path: "/scim/v2/sso/{connection_name}/Users"
tags: ["Users (scim/v2)"]
---

# Search for Users

`GET /scim/v2/sso/{connection_name}/Users`

[![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)

Make a request to find a user.

Search for users in the organization using SCIM filter expressions. This endpoint supports
filtering by user attributes such as userName to locate existing users or verify if a user
account already exists before provisioning.

## Path parameters

- `connection_name` string, required

## Query parameters

- `filter` string, required — Filter a collection by a string search

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error

## Changes

- **2026-09-18** `83f5e4fbfe08` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/confluent/apis/confluent-cloud-apis/changes/scim/v2/sso/:connection_name/Users/get.md)

---

[API](https://skmtc.dev/confluent/apis/confluent-cloud-apis.md) · [All operations](https://skmtc.dev/confluent/apis/confluent-cloud-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/confluent/apis/confluent-cloud-apis/revisions/cd93f933f941?raw)
