MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Bundles
Catalog
Deployments
Discover
LLM
MCP Listing Claims
MCP Listings
OAuth2
Observability
Organisations
Reviews
Roadmap
SCIM
Create GroupCreate UserDelete GroupDelete UserGet GroupGet UserList GroupsList UsersPatch GroupPatch UserReplace GroupReplace User
Users
Utils
Vault
Webhooks
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