How to get the current list of positions (IPs) for a given user in DACS

How can I programmatically get list of current active positions mapped to a given DACS ID?

This is needed for troubleshooting - cases where a user's login is denied because the user was active on a different IP?

Need a way to disconnect user from earlier session and have the user logged into the new IP

Best Answer

  • @pratik.p.mehta

    You can view the current active logins in DACS UI under "Tools->Login View".

    If you have Open DACS Permission Server, you can use the "activeLogins" command to get the list. Please see the Open DACS Permission Server developer guide for more info on the command.

    The Open DACS API does not have this capability.

Answers