
MartinGerarts (Customer) asked a question.
Hello! We would like to automate user creation process in RSA AM 8.7 SP2 internal database. For now we have to create users manually in AM admin console and link newly created users by providing sAMAccountName that we use in AD.
Is there any API endpoint so we can do admin console operations via API? I know that there is an SDK that allows to operate in admin console, however it requires to put SDK script in RSA AM install directory (as far as I know) and we would like to do this remotely, instead of calling scripts that are in RSA AM installdir.
Hi Martin,
the tool that you mention that needs to run on AM is AMBA.
There is a SDK for AM which has a full Admin API included and that can be called remotely. This is available in the "Extras" download for AM.
https://community.rsa.com/s/product-download/a9G4u000000u01sEAA/authentication-manager-87-sp2-extras
(it's 4GB... you have been warned)
Unpack that and you'll find directories for the Developer Guide and the AM SDK.
The Admin API is SOAP based.
If you need a REST based API to integrate into AM (and ID Plus), there is the RSA Professional Service offering "Prime" which would fit that need and more.