SAP HR Modify Provisioning Rule

Hi @mgambayan, like @Arun-Kumar mentioned,

In addition to this entry in the source,

"saphrModifyProvisioningRule" : "Your_Rule_Name"

Add this entry to the source in the endpoint:

PATCH https://sailpoint.api.identitynow.com/v2024/sources/:id

[
  {
    "op": "add",
    "path": "/connectorAttributes/provisionRule",
    "value": "operationRule"
  }
]

If this does not work, try adding this to the top level of the object something like:

[
  {
    "op": "add",
    "path": "/provisionRule",
    "value": "operationRule"
  }
]

You can look onto this post for reference: