Hello
@ShivaniChandras,
You're questions are covering multiple unrelated items. The HP ALM REST API (part of Micro Focus since 2017) is a REST interface for building applications that need to interact with the HP/Micro Focus ALM platform, also known as Quality Center. This API has nothing to do with Blue Prism. If you want to learn more about the Micro Focus REST API, you can refer to their developer documentation
here.
I'm not sure why you're bringing up Azure unless your HP/Micro Focus platform is in the cloud? In either case, that's not really related to managing Blue Prism user accounts.
As I mentioned in a previous post, Blue Prism does not expose an API for managing users and their roles. This is something that we may see added to the Blue Prism REST API in the future. For now, if you want to programmatically manage Blue Prism user accounts/roles you either need to look at the
Blue Prism Utility VBO, or you'll have to develop your own process/VBO that interacts directly with the Blue Prism database.
The Blue Prism Utility VBO, linked above, is a VBO that automates the Interactive Client itself. So you would expose the VBO as a SOAP web service and then invoke the exposed actions, via SOAP, to create/update/delete users and roles.
If you go the direct DB interaction route,
please be aware that this may void your Blue Prism support agreement. Support generally frown upon people directly manipulating the database. With that said, you would want to look at the tables dbo.BPAUser, dbo.BPAUserRoleAssignment, and dbo.BPAPassword.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------