SOAP API - listActionAuthorisedEntities

The table summarizes the SOAP API - listActionAuthorisedEntities.

Request Uses the listActionAuthorisedEntitiesRequest element (from the SecurityService schema)
Parameter notes component / name: For a list of the available components and system actions, see System Actions .
Response Returns a listActionAuthorisedEntitiesResponse element (from the SecurityService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sec="http://security.api.de.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <sec:listActionAuthorisedEntities component="BRM" name="pendWorkItem"/>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <listActionAuthorisedEntitiesResponse xmlns="http://security.api.de.n2.tibco.com">
         <guid xmlns="">_aT_UMifLEeChutsy_vK9tg</guid>
         <guid xmlns="">_fE8zxSfJEeChutsy_vK9tg</guid>
         <guid xmlns="">_i1LeoCrrEeCEDr7D0P9b2w</guid>
         <guid xmlns="">_QIgJwHT9EeC85dHJry9Pug</guid>
         <guid xmlns="">_CWsngMpSEd64gM7QE8RwxA</guid>
         <guid xmlns="">_HF-LkHT4EeC85dHJry9Pug</guid>
         <guid xmlns="">_lcnV0CfIEeChutsy_vK9tg</guid>
         <guid xmlns="">_P0fAkDBTEd-x4cVy01Xlww</guid>
                  .
                  .
                  .
      </listActionAuthorisedEntitiesResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>