2.2.4.53 MSOUser
The MSOUser type contains the user information for the online service.
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AzureADObjectModel
-
<xs:complexType name="MSOUser"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="Activated" type="xs:boolean"/> <xs:element minOccurs="0" maxOccurs="1" name="FirstName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="LastName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="Licenses" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" type="q1:ReadOnlyCollectionOfMSOLicensepPGX_Pb6b"/> <xs:element minOccurs="0" maxOccurs="1" name="LocalUserName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="ObjectId" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/" type="q2:guid"/> <xs:element minOccurs="0" maxOccurs="1" name="UserPrincipalName" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType>
Activated: A flag that indicates whether the user is activated.
FirstName: The first name of the local user.
LastName: The last name of the local user.
Licenses: The licenses assigned to the online user.
LocalUserName: The local user name.
ObjectId: The object ID of the online user.
UserPrincipalName: The principle name for the user.