Problem updating account using logins.csv

Jump to solution
rvyhmeister
Community Member

I'm wanting to add a second login for a user (will eventually need to do it for all users, but for now testing)... so I create a logins.csv file that has just these two rows:

 

user_id,login_id,password,existing_integration_id
"19402610",user@gmail.com,,

And it returns this error: 

No existing user provided for login with SIS ID 19402610

Yes, when I go to People, it shows

SIS ID: 19402610

So what am I doing wrong?

Thanks for any advice

 

0 Likes
1 Solution
rvyhmeister
Community Member
Author

Spent some time talking with Canvas this morning... the key is that the example CSV is not complete... you need to have also one of the following fields:

  • existing_user_id^
  • existing_integration_id^
  • existing_canvas_user_id^

With that it works great! 18,000 new updates in less than 10 minutes, and no API programming!

 

View solution in original post