---
title: "List agent principals as SCIM users"
method: GET
path: "/api/v1/scim/v2/Users"
tags: ["scim"]
---

# List agent principals as SCIM users

`GET /api/v1/scim/v2/Users`

Return the agent principals this orchestrator knows about.

``ServiceProviderConfig`` reports ``filter.supported = false``, so a
``filter`` query is refused rather than ignored: silently returning the
unfiltered list would hand a client more principals than it asked for and
look like a successful narrow query.

## Query parameters

- `startIndex` integer
- `count` integer, nullable
- `filter` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error
- `501` — Filtering is not supported by this provider

## Changes

- **2026-09-02** `0e46eabd1463` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/changes/api/v1/scim/v2/Users/get.md)

---

[API](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/1f35e916d7e4/schema)
