[Building Sakai] How to add users to project site group using sql insert queries

Seth Theriault slt at columbia.edu
Mon Sep 10 08:20:47 PDT 2012


On Mon, Sep 10, 2012 at 11:09 AM, Jehan Badshah <jehan.badshah at nu.edu.pk> wrote:
> SOAP one,
>
> i will be thankful if you could let me know sql queries of it.

I recommend against trying to create users, sites, or memberships by
direct SQL INSERTs. The underlying SQL is often complicated and
subject to change and/or modification at any time.

It is in your best interest to use the provided APIs via the SOAP and
REST interfaces or from a Quartz job.

Seth


More information about the sakai-dev mailing list