REST API - listAuthorisedOrgs

The table summarizes the REST API - listAuthorisedOrgs.

Request

Format
GET <baseurl>/security/authorised/orgs/<component>/<action>
Path parameters
  • component: Identifier of the application component to which the named system action belongs. Must be all uppercase. See System Actions.
  • action: The system action, see System Actions.

Response

JSON Returns a JSON representation of the content of the listAuthorisedOrgsResponse element.
XML Returns the content of the listAuthorisedOrgsResponse element (from the SecurityService schema)

Example

Request
GET <baseurl>/security/authorised/orgs/DE/browseModel
Response
 {
       "xml-fragment":
       {
           "@all-organizations": "true",
           "guid":
           [
               "_j85gwURsEeKR876sdczf3g",
               "_9uOsQWouEd-zJ4pNELfHFw",
               "_tf5fgSe3EeCoD7MklYZAuw",
               "_fOz54bhOEeCV8vd_S2VPhQ"
           ]
       }
    }