Webservice to add users to SharePoint (like SPWeb.EnsureUser)
        Posted  
        
            by kpinhack
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kpinhack
        
        
        
        Published on 2010-03-30T11:37:11Z
        Indexed on 
            2010/03/30
            11:43 UTC
        
        
        Read the original article
        Hit count: 249
        
sharepoint
Hallo,
i need to add a user to a SharePoint-Website (WSS 3.0) via a Web Service.
Using the API i would use the SPWeb.EnsureUser method, but i can't run my own code on the server.
I was hoping the Users and Groups Web Service could help, but it does not provide a suitable method.  
So, is there a Web Service equivalent to SPWeb.EnsureUser?
Thanks!
© Stack Overflow or respective owner