Patch Group
PATCH/Groups/:id
Partially updates a group. Use this to add or remove members without replacing the entire group.
Supported operations:
add/remove/replaceformembersreplacefordisplayName
IdP compatibility:
- Okta-style:
path: "members[value eq \"user-id\"]"withop: "remove" - Entra-style:
path: "members"withvalue: [{ "value": "user-id" }]
Member resolution is best-effort: added member IDs that do not resolve to an active user in your account (unknown IDs, or archived users) are skipped rather than failing the request; removing an unknown member is a no-op. The response reflects the membership actually applied.
See RFC 7644 §3.5.2 for SCIM PATCH operations.
Request
Responses
- 200
Updated group