Created
February 3, 2013 13:25
-
-
Save vman/4701780 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Request xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009" SchemaVersion="15.0.0.0" LibraryVersion="15.0.0.0" ApplicationName="Javascript Library"> | |
<Actions> | |
<ObjectPath Id="1" ObjectPathId="0"></ObjectPath> | |
<Method Name="GetUserProfilePropertyFor" Id="2" ObjectPathId="0"> | |
<Parameters> | |
<Parameter Type="String">i:0#.f|membership|vardhaman@yoursite.onmicrosoft.com</Parameter> | |
<Parameter Type="String">PreferredName</Parameter> | |
</Parameters> | |
</Method> | |
<Method Name="GetUserProfilePropertyFor" Id="3" ObjectPathId="0"> | |
<Parameters> | |
<Parameter Type="String">i:0#.f|membership|demouser1@yoursite.onmicrosoft.com</Parameter> | |
<Parameter Type="String">PreferredName</Parameter> | |
</Parameters> | |
</Method> | |
</Actions> | |
<ObjectPaths> | |
<Constructor Id="0" TypeId="{cf560d69-0fdb-4489-a216-b6b47adf8ef8}"></Constructor> | |
</ObjectPaths> | |
</Request> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment