Skip to main content

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 / replace for members
  • replace for displayName

IdP compatibility:

  • Okta-style: path: "members[value eq \"user-id\"]" with op: "remove"
  • Entra-style: path: "members" with value: [{ "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

Updated group