Help with "attribute sync" from Identity-Now to Webservice APP

Hi Rita,

The way that I achieve a dynamic user-based URL for Web Services is the following:

  1. Ensure that the ID that the PATCH call requires is either an identity attribute (such as employee ID) or an account attribute that is included in the response map of the Account Aggregation operations - and thus present on all accounts.

  2. Utilize the Services Standard Before Provisioning Rule (or a custom developed Before Provisioning Rule) to pull this ID value off of the identity or account and include it in the Provisioning Plan whenever an update is being performed.

More information on that process can be found here: Update Provisioning Policy - Identity Security Cloud (ISC) / ISC Community Knowledge Base - SailPoint Developer Community

  1. Reference the ID value from the Plan in the Context URL using a dynamic variable refernece: e.g. “$plan.employeeId$”

For your URL it would looks something like: https://api.webservice.net/rest/contacts/{organizationId}/$plan.id$

Please let me know if you have any questions!

Best,
Chris