ListOrganizationsRequest

The operation input is ListOrganizationsRequest.

Parameter Type Constraints Description
Organization Organization Required Container for storing information about the Organization.

Element tns:ListOrganizationsRequest

<xs:element name="ListOrganizationsRequest">
    <xs:annotation>
      <xs:documentation>The root element of the request for the ListOrganizations command.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="Organization" minOccurs="1" />
      </xs:sequence>
    </xs:complexType>
  </xs:element>