Patch Group
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" } ]}