Function parameters

Re: Function parameters

by Josh Jones -
Number of replies: 0
Hi Jerome, 
I managed to find the API, but I can only perform tasks that get information from a database none that can edit information, such as create user, below are my parameters, I am using a zend HTTP client to make the transaction. 
'wsfunction' => 'moodle_user_create_users',
'wstoken' => '360163d2f8f376ae7b7f8bb7bd2cc4a0',
'username' => 'testusername1',
'password' => 'Testpassword1#',
'firstname' => 'billy',
'lastname' => 'bobby',
'email' => 'testemail1@moodle.com',
'auth' => 'manual',
'idnumber' => '',
'lang' => 'en',
'theme' => 'standard',
'timezone' => '-12.5',
'description' => 'Hello World!',
'city' => 'testcity1',
'country' => 'au',
Thank you for your time appreciate it.