Getting to know ACL from flow service

Hello

I their any way to know the ACLs associated with the service ?
I want to only allow user who have required ACL to view the service execution link on DSP.

You can check the Properties Panel → ACL properties to know the ACLs associated with the service.

–Shaik

There is one webMethods internal serivce “wm.server.services.adminui:serviceInfo” , which can return acl information related to any service. It requires “service” variable to be available in pipeline and can be initialized to the serviceNS for which acl information is required.

Note - Use of webMethods internal services is not advisable as they can change with the version upgrade.