AtlaSent โ Patch SCIM User
atlasent_patch_scim_userUpdates a SCIM provisioned user by applying PatchOp operations: add, remove, or replace attributes. Use for modifying user fields like active status.
Instructions
Update a provisioned user using RFC 7644 SCIM PatchOp operations. Each operation has op (add/remove/replace), an optional path, and a value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization ID. | |
| user_id | Yes | SCIM user ID to update. | |
| operations | Yes | PatchOp operations per RFC 7644 ยง3.5.2 (e.g. { op: 'replace', path: 'active', value: false }). |