Need path values for use in rules

Hello,

Where do we find the values for the paths for specific rule types? For example, we need to know the path for the ConnectorAfterModify rule. Any help would be greatly appreciated.

Example:

[
  {
    "op": "add",
    "path": "<value>",
    "value": {
      "type": "RULE",
      "id": "<id>",
      "name": "<name>"
    }
  }
]

To clarify, we are seeking the path required to attach the rule to the source via Patch. Thank you.

The path for the source is listed on the Rules page:

https://community.sailpoint.com/t5/IdentityNow-Articles/IdentityNow-Rule-Guide/ta-p/76665

To get the id/name, if it is a connector rule, you can use the list all connector rules endpoint:

If it is a cloud rule, there is an older endpoint:

https://{{org}}.identitynow.com/api/rule/list

Also for native rules, you can add/remove them from the Source UI. For example, in Active Directory under Additional Settings, Type the name and hit Enter.

Thank you. I appreciate the timely assistance.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.