
JonathanC.26396 (Customer) asked a question.
Is there any documentation on the following for importing a CSV file of users?
Minimum field length
Required Fields
Format of fields
time zone format
language format
allowed/supported languages
allowed/supporte locals
and this kind of information for each field?
The sample lists these headers, but no info on allowed/required information:
loginfirstNamelastNamemiddleNamehonorificPrefixhonorificSuffixemailtitledisplayNamenickNameprofileUrlsecondEmailmobilePhoneprimaryPhonestreetAddresscitystatezipCodecountryCodepostalAddresspreferredLanguagelocaletimezoneuserTypeemployeeNumbercostCenterorganizationdivisiondepartmentmanagerIdmanager

I think the only requirement is that the CSV file should be in UTF-8 format. Apart from this, it all depends on the Template attributes you have used in user profile. Okta validates that the CSV file is formatted correctly and that all attribute requirements are met before the Import starts. If there are any error you will be notified via error logs.
The reason I ask is because I got the error logs, but they were less than clear.
I'm assuming there's a maximum length to names.
I'm assuming there's a minimum lenght.
I'm assuming there's a proper format for time zone, which I finally figured out.
This info should be available rather than through trial and error so I can validate the data before I try it so I know what might blow up the import.
Thanks for the info about UTF-8. I didn't know that either.