UserProfileChangeService.GetUserChanges Method

Web Service: User Profile ChangeWeb Reference: http://<Site>/_vti_bin/UserProfileChangeService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetUserChanges", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetUserChanges ( _
    userAccountName As String, _
    changeToken As String, _
    changeQuery As UserProfileChangeQuery _
) As UserProfileChangeDataContainer
'Usage
Dim instance As UserProfileChangeService
Dim userAccountName As String
Dim changeToken As String
Dim changeQuery As UserProfileChangeQuery
Dim returnValue As UserProfileChangeDataContainer

returnValue = instance.GetUserChanges(userAccountName, changeToken, changeQuery)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetUserChanges", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public UserProfileChangeDataContainer GetUserChanges (
    string userAccountName,
    string changeToken,
    UserProfileChangeQuery changeQuery
)

Parameters

  • userAccountName
  • changeToken
  • changeQuery

See Also

Reference

UserProfileChangeService Class
UserProfileChangeService Members
User Profile Change Web Service