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 Group

PATCH
/v1/scim/v2/Groups/{group_id}

Apply partial updates to a group's name and/or membership (RFC7644 section 3.5.2).

Supported: displayName replace, and add/remove/replace ops against the members path (or an untargeted "" path, which some IdPs use for member operations). add/remove are applied against the group's current membership rather than the request's own running total, so multiple operations in one PATCH compose correctly. affected collects every user whose membership changed across all operations so exactly one resync happens per user at the end, not one per operation. Any other path is logged and ignored.

Authorization

ScimBearerToken
AuthorizationBearer <token>

In: header

Path Parameters

group_id*Group Id

Response Body

application/json

application/json

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

List Users

Previous Page

Patch User

Next Page