Dear JPLugo,
The User Manager is built into the Sequence Editor and therefore not accessible from any Operator Interface. However, as you mentioned in your e-mail, TestStand 2.0 provides API methods and properties to add, delete and show users. The existing User Manager is using these methods and properties to configure users. If you would like to have the capability of configuring users (add, delete, show...) through any of the Operator Interfaces, you would need to create a tool that invokes the correct TestStand API methods and properties. There is a shipping example that shows how to use the API to add and delete users located at:
\Examples\CreateDeleteUsers
You can use this example as a starting point. Then you can add it as a tool in TestSta
nd (Go to Tools>Customize...). The tools added this way will be available for use in any of the Operator Interfaces.
I hope this helps.
Regards,
Carlos Leon