[[["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-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.ImportUserRecordArgs Class Reference\n\nFirebaseAdmin.Auth.ImportUserRecordArgs\n=======================================\n\nRepresents a user account to be imported to Firebase [Auth](/docs/reference/admin/dotnet/namespace/firebase-admin/auth#namespace_firebase_admin_1_1_auth) via the AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) API.\n\nSummary\n-------\n\nMust contain at least a user ID string.\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CustomClaims](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ac381737c404c8bcf44b3c2498b83fc2a) | `IReadOnlyDictionary\u003c string, object \u003e` Gets or sets the custom claims. |\n| [Disabled](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a97999afdbf8f24334a037413359f0320) | `bool` Gets or sets the disabled value, null signifies that it was not specified. |\n| [DisplayName](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a2b0f5ec44387afcb97bc6d1651c42223) | `string` Gets or sets the display name of the user. |\n| [Email](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a7f5a86683b65eb679dd6ad36e0d9575b) | `string` Gets or sets the email address of the user. |\n| [EmailVerified](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1acc2a6dd5e8c52f88e65027891b342807) | `bool` Gets or sets if the email was verified, null signifies that it was not specified. |\n| [PasswordHash](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ad464c6108bab6baf3b16a352d8d7def1) | `byte[]` Gets or sets the password hash. |\n| [PasswordSalt](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ac8bc0a68016fcd2ac85eefa12e325cab) | `byte[]` Gets or sets the password salt. |\n| [PhoneNumber](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a41883c3ac0e6f153990dadf70ffdcfcc) | `string` Gets or sets phone number of the user. |\n| [PhotoUrl](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a7cd4bf621c8619a909a6a1fa277eda5d) | `string` Gets or sets the photo URL. |\n| [Uid](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ab96d9d14f0b2442ee775cc14f8029706) | `string` Gets or sets the user ID of the user. |\n| [UserMetadata](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a0a9dc812f49e6e1f4a1f99cdca4e08a5) | [UserMetadata](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-metadata#class_firebase_admin_1_1_auth_1_1_user_metadata) Gets or sets the user metadata. |\n| [UserProviders](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a19eb4747b8acfa98af9df9cae4809150) | `IEnumerable\u003c `[UserProvider](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-provider#class_firebase_admin_1_1_auth_1_1_user_provider)` \u003e` Gets or sets the user providers. |\n\nProperties\n----------\n\n### CustomClaims\n\n```text\nIReadOnlyDictionary\u003c string, object \u003e CustomClaims\n``` \nGets or sets the custom claims. \n\n### Disabled\n\n```text\nbool Disabled\n``` \nGets or sets the disabled value, null signifies that it was not specified. \n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets or sets the display name of the user. \n\n### Email\n\n```text\nstring Email\n``` \nGets or sets the email address of the user. \n\n### EmailVerified\n\n```text\nbool EmailVerified\n``` \nGets or sets if the email was verified, null signifies that it was not specified. \n\n### PasswordHash\n\n```text\nbyte[] PasswordHash\n``` \nGets or sets the password hash. \n\n### PasswordSalt\n\n```text\nbyte[] PasswordSalt\n``` \nGets or sets the password salt. \n\n### PhoneNumber\n\n```text\nstring PhoneNumber\n``` \nGets or sets phone number of the user. \n\n### PhotoUrl\n\n```text\nstring PhotoUrl\n``` \nGets or sets the photo URL. \n\n### Uid\n\n```text\nstring Uid\n``` \nGets or sets the user ID of the user. \n\n### UserMetadata\n\n```text\nUserMetadata UserMetadata\n``` \nGets or sets the user metadata. \n\n### UserProviders\n\n```text\nIEnumerable\u003c UserProvider \u003e UserProviders\n``` \nGets or sets the user providers."]]