On Wed, Jun 30, 2010 at 1:45 AM, David Solbach <[email protected]> wrote:
> On Tue, Jun 29, 2010 at 10:35 AM, David Solbach <[email protected]> wrote: >> >> 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? >>> >> > Zitat von Christian Hammond <[email protected]>: > > 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 we have a >> new >> resource tree that I'm still writing docs for. >> >> What are your needs for a RESTful user administration API? >> > > Hi Christian, > > in my understanding, we evaluate the possibility to create uuser accounts > in one application (say redmine) and automatically create a user with the > same credentials in another application on another server (revieboard). > > Therefore I guess we would need the possibility to Create/Delete and Modify > users in Reviewboard via a RESTful API. > > Although I think that deleting is not an easy use case, since RB will > delete all DB Items created by that user as well, right? > > David > > Right. It's best never to delete a user in Review Board. Marking them as inactive is fine, though. I know what other people have done is written custom auth backends to talk to a central database for users, so instead of creating/updating users in Review Board based on redmine's data, you'd just have Review Board use redmine for authentication in some way. I'm not familiar enough with redmine, but if it could use something like LDAP for authentication, that'd be even easier. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
