[[["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.UserRecordArgs Class Reference\n\nFirebaseAdmin.Auth.UserRecordArgs\n=================================\n\nA specification for creating or updating user accounts.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| [Disabled](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a8b78f79728c43cf17076e3b5f3f68c3b) | `bool` Gets or sets a value indicating whether the user account should be disabled by default or not. |\n| [DisplayName](#class_firebase_admin_1_1_auth_1_1_user_record_args_1af27eb0b3bc32a0bc10abda5120a614a3) | `string` Gets or sets the display name of the user account. |\n| [Email](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a11df32831124d07b747a04cdcd9b2166) | `string` Gets or sets the email address of the user. |\n| [EmailVerified](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a0d8a74ed67c9b2c0be6f3cf59673cb62) | `bool` Gets or sets a value indicating whether the user email address has been verified or not. |\n| [Password](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a979981a6c4cdd9e62bf9d4ac632e5b3c) | `string` Gets or sets the password of the user. |\n| [PhoneNumber](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a35b116f952ae29cf6d4290f88678b3b5) | `string` Gets or sets the phone number of the user. |\n| [PhotoUrl](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a8fc69b502d0c6d85705f3bb8ac4403e4) | `string` Gets or sets the photo URL of the user. |\n| [Uid](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a9bdf5f5f65290dd168021d52b916d9d1) | `string` Gets or sets the user ID of the account. |\n\nProperties\n----------\n\n### Disabled\n\n```text\nbool Disabled\n``` \nGets or sets a value indicating whether the user account should be disabled by default or not. \n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets or sets the display name of the user account. \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 a value indicating whether the user email address has been verified or not. \n\n### Password\n\n```text\nstring Password\n``` \nGets or sets the password of the user. \n\n### PhoneNumber\n\n```text\nstring PhoneNumber\n``` \nGets or sets the phone number of the user. \n\n### PhotoUrl\n\n```text\nstring PhotoUrl\n``` \nGets or sets the photo URL of the user. \n\n### Uid\n\n```text\nstring Uid\n``` \nGets or sets the user ID of the account."]]