Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Problem Add User to Group after to delete the user - SharePoint 2013

$
0
0

Hi,

I have a ETL that add users to SharePoint(2013) group.

When I add the user "A", it's works fine. When I delete the user "A" and after run again the ETL code, the user "A" isn't inserted, but no problems ocorrurs in method (webservices) AddUserToGroup.

After, when insert other user "B" it's works. So, I isert the user "A" again and it's works perfectly.

This is a SharePoint Bug? has anyone this problem?

Thanks!!

Everton


Web_Reference_Folder_Name.UserGroup usrgrpService = new Web_Reference_Folder_Name.UserGroup();
usrgrpService.Credentials= System.Net.CredentialCache.DefaultCredentials;

usrgrpService.AddUserToGroup("Group_Name","Everton Batista","TEST\everton","everton@test.com","Notes");


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>