Validate Connector Rule
POST {{baseUrl}}/connector-rules/validate
Returns a list of issues within the code to fix, if any. A token with ORG_ADMIN authority is required to call this API.
Request Body
{"version"=>"1.0", "script"=>"return \"Mr. \" + firstName;"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"state":"ERROR","details":[{"line":2,"column":5,"messsage":"Remove reference to .decrypt("},{"line":2,"column":5,"messsage":"Remove reference to .decrypt("}]}