Found this content helpful? Log in or sign up to leave a like!
Problem updating account using logins.csv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!