Updating user email addresses via SIS import
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
It seems like when uploading an SIS data import of our users.csv, even though I have changed all the users email addresses, they are not changed when I look at the UI. I have ensured Override UI changes is selected, but still no go. There are no errors, and all records are imported.
Example:
User showing via UI is:
- Name: John Smith
- SIS ID: ABC1234
- Email: test@domain.com
- Login: test@domain.com
Uploading users.csv to SIS import of:
user_id,login_id,first_name,last_name,email,status,declared_user_type
ABC1234,test2@domain2.com,John,Smith,test2@domain2.com,active,student
User after successful import now showing via UI is:
- Name: John Smith
- SIS ID: ABC1234
- Email: test@domain.com
- Login: test2@domain2.com
The login has been updated, but the email has not.