Overview:
When creating a Vault object record by Vault Loader, an error occurs:Invalid value(s) [test.user@vault.com] specified for parameter [user__v.username__sys] : Object field value(s) do not resolve to a valid active [user__v.username__sys].
Root Cause:
The user name is case-sensitive in this use case. The user name in the CSV is test.user@vault.com. However, the user name on the user detail page is Test.user@vault.com.
Solution:
The user changes the user name to Test.user@vault.com in the CSV which should be exactly the same as the one on the user detail page, then create the object record through Vault Loader again.
Related Documentation:
Vault Help Documentation: N/A