MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
Create GroupCreate UserDelete GroupDelete UserGet GroupGet UserList GroupsList UsersPatch GroupPatch UserReplace GroupReplace User
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceSCIM

List Users

GET
/v1/scim/v2/Users

List users provisioned for the calling organisation (RFC7644 section 3.4.2.2).

Query parameters: filter: Optional single-clause equality filter, e.g. userName eq "jane@example.com" or externalId eq "123". Any other filter syntax is ignored (see _parse_eq_filter). startIndex: 1-based index of the first result to return (SCIM paging is 1-based, not 0-based). count: Page size, capped at 500.

The organisation is taken from the bearer token (scim_config.org_id), not from a path parameter, so results are always scoped to the IdP's own tenant.

Authorization

ScimBearerToken
AuthorizationBearer <token>

In: header

Query Parameters

filter?string|null
startIndex?Startindex
Range1 <= value
Default1
count?Count
Range1 <= value <= 500
Default100

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/scim/v2/Users"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

List Groups

Previous Page

Patch Group

Next Page