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

# List users

`GET /scim/Users`

Returns a paginated list of users belonging to the authenticated organization.

Supports [SCIM filtering](https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2) using the `eq` comparator on the following attributes:
- `id`
- `externalId`
- `userName`
- `name.givenName`
- `name.familyName`
- `emails.value`

Only a single filter condition is supported — compound expressions (e.g. AND) return `400`. Filter attribute names are case-insensitive.

## Query parameters

- `filter` string
- `startIndex` integer
- `count` integer

## Response `200`

Users returned successfully

## Other responses

- `400` — Bad request — invalid filter or parameters
- `401` — Unauthorized — missing or invalid token
- `500` — Internal server error

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/revisions/98ecac7ba2bf/schema)
