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