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

Patch User

PATCH
/v1/scim/v2/Users/{user_id}

Apply partial updates to a user (RFC7644 section 3.5.2).

Only a fixed set of paths is understood: active, userName, displayName, externalId, and an untargeted ("") operation carrying a whole-resource dict (rare in practice, sent by some IdPs for bulk active/displayName changes). Any other path is logged and ignored rather than rejected - IdPs are expected to tolerate unsupported attributes being dropped silently, per the SCIM PATCH semantics.

Authorization

ScimBearerToken
AuthorizationBearer <token>

In: header

Path Parameters

user_id*User Id

Response Body

application/json

application/json

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

Patch Group

Previous Page

Replace Group

Next Page