User Account Management through REST API

2010-06-29 Thread David Solbach
Hi there, is it possible to create / delete / modify users using the REST API in 1.5? I found a call to list all users, but nothing more in the documentation, yet. Is there a list of undocumented API calls somewhere? Cheers, David (reviewboard.kde.org) -- Want to help the Review Board pro

Re: User Account Management through REST API

2010-06-29 Thread Christian Hammond
Hi David, There aren't any calls for this today. The only way to programatically do this is by issuing HTTP POSTs to the proper page in the admin UI. It's something we could possibly add in a future release, but won't happen for 1.5. Technically, all the new APIs in 1.5 are undocumented, in that