Webservice to add users to SharePoint (like SPWeb.EnsureUser)
- by kpinhack
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!