How to Update Departments Data from ISC to NERM

You can use Worflows Workflows - SailPoint Identity Services

Use the Identity Attributes Changed trigger. Filter the trigger to fire only when the department attribute changes.

Add an HTTP Request step to call the NERM API

Send a PATCH or POST request to the relevant NERM profile endpoint to update the department value for the user.

Similar solution in this community