I am trying to "bulk create" users into my Azure Active Directory using a .csv-file. It works as expected when I follow their "UserCreateTemplate.csv"-file, but when I add a field "Email [mail]" I get an error saying "Unknown CSV header found: Email [mail]"
My .csv-file looks as follows:
version:v1.0
Name [displayName] Required,User name [userPrincipalName] Required,Initial passwor [passwordProfile] Required,Block sign in (Yes/No) [accountEnabled] Required,First name [givenName],Last name [surname],Mail [mail]
Bulked Test User,mb1@<redacted>.onmicrosoft.com,myPassword1234,No,My,Bulk User 1,mb1@example.com


