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

See RFC 7644 §3.5.2 for SCIM PATCH operations.

Request

Responses

Updated group