SOAP API - listAuthorisedOrgs

The table summarizes the SOAP API - listAuthorisedOrgs.

Request Uses the listAuthorisedOrgs element (from the SecurityService schema)
Parameter notes component / name: The application component to which the system action belongs, as well as the name of the system action. The component must be passed as all uppercase. For a list of the available components and system actions, see System Actions.
Response Returns a listAuthorisedOrgsResponse 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:listAuthorisedOrgs 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>
      <listAuthorisedOrgsResponse all-organizations="true" xmlns="http://security.api.de.n2.tibco.com">
         <guid xmlns="">_5fLygDBSEd-x4cVy01Xlww</guid>
         <guid xmlns="">_iPYXscpPEd64gM7QE8RwxA</guid>
         <guid xmlns="">_tf5fgSe3EeCoD7MklYZAuw</guid>
         <guid xmlns="">_jGi_kcxxEd-nOYM9N6WPrw</guid>
         <guid xmlns="">_-SS8MDBSEd-x4cVy01Xlww</guid>
      </listAuthorisedOrgsResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>