[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# UserImportResult interface\n\nInterface representing the response from the [BaseAuth.importUsers()](./firebase-admin.auth.baseauth.md#baseauthimportusers) method for batch importing users to Firebase Auth.\n\n**Signature:** \n\n export interface UserImportResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| [errors](./firebase-admin.auth.userimportresult.md#userimportresulterrors) | FirebaseArrayIndexError\\[\\] | An array of errors corresponding to the provided users to import. The length of this array is equal to \\[`failureCount`\\](#failureCount). |\n| [failureCount](./firebase-admin.auth.userimportresult.md#userimportresultfailurecount) | number | The number of user records that failed to import to Firebase Auth. |\n| [successCount](./firebase-admin.auth.userimportresult.md#userimportresultsuccesscount) | number | The number of user records that successfully imported to Firebase Auth. |\n\nUserImportResult.errors\n-----------------------\n\nAn array of errors corresponding to the provided users to import. The length of this array is equal to \\[`failureCount`\\](#failureCount).\n\n**Signature:** \n\n errors: FirebaseArrayIndexError[];\n\nUserImportResult.failureCount\n-----------------------------\n\nThe number of user records that failed to import to Firebase Auth.\n\n**Signature:** \n\n failureCount: number;\n\nUserImportResult.successCount\n-----------------------------\n\nThe number of user records that successfully imported to Firebase Auth.\n\n**Signature:** \n\n successCount: number;"]]