3.1.4.18.2.1 GetUserLinks

The GetUserLinks element is the body of the request WSDL message for the GetUserLinks WSDL operation.

 <s:element name="GetUserLinks">
   <s:complexType>
     <s:sequence>
       <s:element name="accountName" type="s:string" minOccurs="0" maxOccurs="1"/>
     </s:sequence>
   </s:complexType>
 </s:element>

accountName: A string that specifies the login name of the user profile to return the elements for. This value MUST be less than or equal to 400 characters in length. The protocol server MUST treat accountName in a case insensitive manner for retrieval of the user profile.

If accountName is not specified or does not have a value and there is not an existing user profile for the current user, then a new user profile MAY<11> be created which represents the current user and the protocol server MUST send a response that includes zero QuickLinkData elements.

If accountName is not specified or does not have a value and there is an existing user profile for the current user, then the protocol server MUST return the QuickLinkData elements corresponding to the quick link properties of the current user.

If accountName is specified and does not match the login name of an existing user profile, the protocol server MUST send a SOAP fault message