Milan Willems

Results 2 issues of Milan Willems

I'm getting this error when I'm uploading users: ``` invalidtoken Invalid token - token not found ``` And this is my code: ``` function send_users_to_moodle(client, Json, count, x) { client.call({...

I have to upload every user one by one because of the thing that if I upload a JSON with existing users in it, it doesn't upload any user. But...