Milan Willems

Results 2 comments of Milan Willems

Then please tell me what I'm doing wrong. This is my code: ``` function send_user_to_moodle(client, username, password, firstname, lastname, email) { client.call({ wsfunction: "core_user_create_users", method: "POST", args: { users: [...

This happens when I'm trying to add more then 200+- users and when there are errors in the data, like null. But it doesn't give me an error about that,...