WCF RESTful User Service Questions

Posted by Community Admin on 04-Aug-2018 10:28

WCF RESTful User Service Questions

All Replies

Posted by Community Admin on 12-Jul-2011 00:00

Can anyone give me more information about RESTful user service please?

What we would like to achieve are as follows:
1. What are the parameters need to provide to change the password of a user.
2. What are the minimal mandatory attributes in JSON to pass to CreateUser
3. What are the mandatory attributes in JSON to pass to UpdateUser, what attributes are not changeable, what different between UpdateUser and UpdateUserBasic.
4. What are the mandatory attributes in JSON to pass to DeleteUser
5. We would like the implement create, update and delete user functionality.  Are there other methods need to involve to achieve the above functionality?

Many thanks in advance,
Quynh Nguyen.

Posted by Community Admin on 13-Jul-2011 00:00

Hi Quynh,

You can get WCF service help by typing yourhost/Sitefinity/Services/Security/Users.svc/help

So you can see all needed parameters and what the json returns.

Note that to execute crud operation you need to authenticate a user that can work with users (create, edit, modify, delete etc). You could take a look at this forum post to gather more information about the authentication.

www.sitefinity.com/.../windows-authentication.aspx

Kind regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed