Share via


UserProfileChangeService.GetUserAllChanges method

Gets all changes made to the specified user’s profile.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

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

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

Parameters

  • userAccountName
    Type: System.String

    The account name of the user’s profile.

Return value

Type: WebSvcUserProfileChangeService.UserProfileChangeDataContainer
All changes made to the specified user’s profile.

Exceptions

Exception Condition
ArgumentNullException

userAccountName is null .

UserNotFoundException

A user profile does not exist for the user name.

Remarks

This method returns all changes made to the profile of the user specified by the userAccountName parameter, up to a limit of 1000.

See also

Reference

UserProfileChangeService class

UserProfileChangeService members

WebSvcUserProfileChangeService namespace