3.1.4.30.3.2 EmailsOutputType

The EmailsOutputType complex type contains information about a collection of users as the output to this operation.

 <s:complexType name="EmailsOutputType">
   <s:sequence>
     <s:element name="User" minOccurs="0" maxOccurs="100">
       <s:complexType>
         <s:attribute name="Login" type="s:string" />
         <s:attribute name="Email" type="s:string" />
         <s:attribute name="DisplayName" type="s:string" />
         <s:attribute name="SiteUser">
           <s:simpleType>
             <s:restriction base="s:nonNegativeInteger">
               <s:enumeration value="0" />
               <s:enumeration value="1" />
             </s:restriction>
           </s:simpleType>
         </s:attribute>
       </s:complexType>
     </s:element>
   </s:sequence>
 </s:complexType>

Login: The login name of a user.

Email: The e-mail address of a user.

DisplayName: The display name of a user.

SiteUser: The information about whether this user exists in the current site. The value "1" indicates that this user exists in the current site and zero ("0") indicates that this user does not exist in the current site.