How to obtain a list of who has access to the Web Viewer application? We are using mainframe authentication.
This will give you a list of everyone who has logged on. Anyone who knows the URL for the product and has a valid signon to the mainframe repository has access to the application.
While logged in as a Web Viewer system admin, perform the following to export User objects from the Web Viewer database to an XML file:
When you open this file you will find information like this giving the mainframe id of the user and the roles assigned to them: For example - here is the section for one user:
<user>
<userID>ABC01</userID>
<memberOf>
<roleName>System Admin</roleName>
<roleName>Default User</roleName>
</memberOf>
</user>
Which means: