I'm looking to do some fairly complex things with users, programatically. There's a member service which is well documented but I don't see any documentation on a User Service. I'm pretty sure users are covered by the API (see Morten's Master the Service APIs talk at CodeGarden at 10:35) but wondered if there's any documentation, or am I missing something obvious?
Thanks Morten for taking the time to explain this in uHangout today: http://uhangout.co.uk/video/dZH8s1fYObg. Basically, all of the latest methods for the services are in the umbraco.core namespace so that's the best reference to use if the documentation is incomplete. There are more methods available for 'members' as 'users' are less commonly used (the user methods are mainly in there in order to facilitate the Umbraco back-office).
Documentation for the 'User Service' API
Hi,
I'm looking to do some fairly complex things with users, programatically. There's a member service which is well documented but I don't see any documentation on a User Service. I'm pretty sure users are covered by the API (see Morten's Master the Service APIs talk at CodeGarden at 10:35) but wondered if there's any documentation, or am I missing something obvious?
Thanks folks.
Thanks Morten for taking the time to explain this in uHangout today: http://uhangout.co.uk/video/dZH8s1fYObg. Basically, all of the latest methods for the services are in the umbraco.core namespace so that's the best reference to use if the documentation is incomplete. There are more methods available for 'members' as 'users' are less commonly used (the user methods are mainly in there in order to facilitate the Umbraco back-office).
Hi
Is there any documentation on the user service yet? Or at least some code samples from the hangout above?
Thanks
Dan
Hey Dan,
I'm guessing not, unfortunately, as I'd think it would be here: https://our.umbraco.org/documentation/Reference/Management-v6/Services/ if there was.
is working on a reply...