3.1.4.4.2.1 tns:GetUserSettingsRequestMessage Element

The GetUserSettingsRequestMessage element prepares a call to the server, specifying the configuration settings to be returned along with the email address of the user whose settings are to be retrieved. The GetUserSettingsResponseMessage element, as specified in section 3.1.4.4.2.2, response contains the settings requested in this call.

 <xs:element name="GetUserSettingsRequestMessage">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Request"
         type="tns:GetUserSettingsRequest"
         nillable="true"
         minOccurs="0"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the GetUserSettingsRequestMessage element.

Element name

Type

Description

Request

tns:GetUserSettingsRequest (section 3.1.4.4.3.1)

Specifies the GetUserSettings operation request.