We setup a SCIM 2.0 source and enabled use HTTP Patch. When doing a patch we thought it should support Replace Op but it our SCIM server is receiving an Add Op. This is when trying to enable/disable a user.
Is this expected?
[{"op":"add","value":{"active":false}}]