Open DACS query (command=) that can return all the entitled users for particular service?

ODPS 8.3 query


We have created a simple vanilla Service within DACS that has no underlying products/exchanges. Is there an ODPS query (command=) that can return all the entitled users for this particular service?


The Application teams preferred approach is to query via ODPS at application startup, the list of allowed users for this service so that they don’t have to query DACS for each subscription request.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @francis.tanyang

    Thank you for reaching out to us.

    I assume that you are using odps8.3.0.L1 because the Open DACS API doesn't use DACS query (command=).

    You can check the ODPS_Developers_Guide_8.3.pdf file in the package for the list of available commands. I can't find the command that can be used to get all the entitled users for this particular service. It provides the userServiceList command that returns the permitted list of services to the user/position/application.

    Howoever, you can contact the ODPS support team directly via MyRefinitiv to confirm this.