We are currently implementing User Provisioning with ARM.
After a User is created is there any way to automatically generate a new Request?
Thank you for your help
Hi lmu,
unfortunately ARMs API does not extend to the request system. Everything you can do through the API is a direct action, no requests and approvals there.
what exactly do you mean with new request? A request through ARMs request system?
If so unfortunately the answer is no. What you can do though is run scripts after the user creation.
(https://documentation.solarwinds.com/en/success_center/arm/content/configure-scripts.htm)
In case you are using custom templates the script has to be configured in the scriptoptions section of the template.
Hi Paul
Thank you for your help.
Yes I am talking about ARM Request system.
Is there a way to call this via API ?