UserProfileChangeService Web Service
The User Profile Change Web service namespace is an arbitrary name for a reference to the UserProfileChangeService.asmx Web service in Microsoft Office SharePoint Server 2007.
The User Profile Change Web service provides a user profile interface for remote clients to read and create user profiles.
To use the User Profile Change Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic through which you can call the various Web service methods.
The Web Services Description Language (WSDL) for the User Profile Change Web service endpoint is accessed through UserProfileChangeService.asmx?wsdl.
The following example shows the format of the URL to the User Profile Web service WSDL file.
http://<server>/<customsite>/_vti_bin/UserProfileChangeService.asmx
If you do not have a custom site, you can use the following URL:
http://<server>/_vti_bin/UserProfileChangeService.asmx
Classes
Class | Description | |
---|---|---|
ProfileBaseChangeQuery | ||
UserProfileChangeData | Contains the data about a user profile change. | |
UserProfileChangeDataContainer | Contains the data about changes to a user profile. | |
UserProfileChangeQuery | Describes filter criteria for retrieving user profile change entries. | |
UserProfileChangeService | Defines web methods to get user profile changes from a remote client. | |
UserProfileChangeToken | Represents a base type that specifies the unique sequential location of a change within the user profile change log. |
Enumerations
Enumeration | Description | |
---|---|---|
ChangeTypes | Defines the type of change made on a user profile object. | |
ObjectTypes | Defines the types of user profile objects that have been changed. |