{% extends 'base.html' %} {% block title %}Import Users – IT Asset Management{% endblock %} {% block breadcrumb %}
Upload a CSV file with employee data. The file must include a
windows_id column. Additional columns are matched by common aliases.
windows_id, first_name, last_name,
email, department, job_title,
phone, location
Connects to the LDAP/AD server configured in Settings and upserts all matching user accounts. Masked users are never overwritten.
Your CSV should look like this:
windows_id,first_name,last_name,email,department,job_title,location 408525,John,Doe,john.doe@company.com,IT,Engineer,HQ 408526,Jane,Smith,jane.smith@company.com,HR,Manager,HQ