Hello,
I am trying to create an excel template to add SIS IDs (which are Salesforce IDs) to current users via their login ID's. I used the following sheet structure to attempt this:
| user_id |
integration_id |
login_id |
status |
| Salesforce ID |
Salesforce ID |
We use user's email addresses as their login IDs |
active |
When I did this, it created a new user with only user's SIS ID instead of updating their contact to include their SIS ID. What fields do I need to include in my template to update existing users?