Can we call the third party application API URLs in the cloud rule

can we call the third party application API URLs in the cloud rule

Hi @bkumar592,

It is possible to make and intercept API calls in the cloud rule. This can be achieved using sailpoint.connector.webservices found in the Java docs.

Hope this helps!

You are not allowed to do this…
Read Execution Section in this link

Hi @bkumar592 - as @iam_nithesh mentioned, it would depend on the cloud rule being deployed and the purpose for deployment.

@ksbagade @iam_nithesh Thanks for the response. we have a requirement where we need to call an API and from the response we get an id and pass it to AD. Any suggestions on this.
Thanks

You could probably use ConnectorBeforeCreate rule from

and send request to API using PowerShell script

Thanks @iam_nithesh for the help, This looks that we can work on it

1 Like

Hi @iam_nithesh , we tried the before create rule and we are able to get the value from the external API. however, we are not able to set the value to one of the AD attribute sAMACCOUNTNAME. Any help or thoughts on this on how to set the value please
Thanks
Narendra

Hi @bkumar592,

I would recommend creating a new topic for this issue.

Thanks!

1 Like

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