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

Replace User

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

Replace a user's full attribute set (RFC7644 section 3.5.1).

Unlike PATCH, PUT is a whole-resource replace: every mutable field is overwritten from the request body, including active, which defaults back to True if the IdP omits it.

Authorization

ScimBearerToken
AuthorizationBearer <token>

In: header

Path Parameters

user_id*User Id

Response Body

application/json

application/json

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

Replace Group

Previous Page

Users

Endpoints in the Users group.