Using Restful API - Harmful Content Entered
I am trying to import resources from our existing password management system into PMP using the Restful API, and am encountering this error when trying to import passwords that contain a '>' character within the string:
{"operation":{"name":"Input data is in wrong format","result":{"status":"Failed","message":"Harmful Content Entered"}}}
Is there way to either disable this "malicious content" check during import, or is there another solution I can use such as encoding these values such that they will be decoded automatically during the import?
New to ADSelfService Plus?