Sharing Tool: Modify the User Info list (siteuserinfolist) of the specified account in the SharePoint site set.
User Info list (siteuserinfolist) is a hidden list of SharePoint systems, which stores user information, such as the user login name (domain \ alias), title (title), and email address.
You can use this URL to access siteuserinfolist:
Http: // sitecollectionurl/_ catalogs/users/detail. aspx
Sometimes there is a need to modify the information of a user separately, such as changing the email address.
This tool modifies the email address. To modify other attributes, change the email address by yourself.CodeIt is also easy to implement. This tool is only applicable to versions 2010 and 2013 or later. because it uses the client Object Model of SharePoint, it can run on any container other than the Sharepoint Server. net 3.5.
The code will not be pasted. You can download it by yourself. Here we will demonstrate how to use this tool:
1. Enter the SharePoint website address and click "connet ".
2. after the connection is successful, the tool displays an input box used to enter the user login name. Note that if the domain account format is domainname \ alias, It is case sensitive, specific user login names can be viewed on this page http: // sitecollectionurl/_ catalogs/users/detail. aspx: Enter the User Login Name and click search.
3. After you click search, the tool will display the corresponding email address of the user, change it to the value you want to change, and click the Save button.
If you need code, you can download it here without the following points:
Http://download.csdn.net/detail/farawayplace613/5457649