---
title: "Find users"
method: GET
path: "/scim/v2/Users"
tags: ["SCIM"]
---

# Find users

`GET /scim/v2/Users`

Fetches users based on provided criteria

## Query parameters

- `attributes` string
- `excludedAttributes` string
- `filter` string
- `startIndex` integer
- `count` integer
- `sortBy` string
- `sortOrder` string
- `domain` string

## Response `200`

Returns list of requested users

- string

## Other responses

- `429` — The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.

---

[API](https://skmtc.dev/cortex/apis/cortex-api.md) · [All operations](https://skmtc.dev/cortex/apis/cortex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cortex/cortex-api/revisions/141799a965b4/schema)
