Create user

Create user

by Pablo Grotto -
Number of replies: 1

Hi, I'm new at moodle and I want to make a plugin to create users on moodle from an external application. I been reading the documentation but still I can't find the appropiate API.

Can you give me some tips and advices?

Thanks in advance.

 

ps: Im using moodle 2.0

Average of ratings: -
In reply to Pablo Grotto

Re: Create user

by Andrea Bicciolo -

Probably web services could be a simpler way: it looks like Moodle 2.0 already has some useful built in functions: moodle_user_create_users, moodle_user_delete_users, moodle_user_update_users.

You may want to give web services a try.