[[["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,["# UserMetadataRequest interface\n\nUser metadata to include when importing a user.\n\n**Signature:** \n\n export interface UserMetadataRequest \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------|--------|--------------------------------------------------------------|\n| [creationTime](./firebase-admin.auth.usermetadatarequest.md#usermetadatarequestcreationtime) | string | The date the user was created, formatted as a UTC string. |\n| [lastSignInTime](./firebase-admin.auth.usermetadatarequest.md#usermetadatarequestlastsignintime) | string | The date the user last signed in, formatted as a UTC string. |\n\nUserMetadataRequest.creationTime\n--------------------------------\n\nThe date the user was created, formatted as a UTC string.\n\n**Signature:** \n\n creationTime?: string;\n\nUserMetadataRequest.lastSignInTime\n----------------------------------\n\nThe date the user last signed in, formatted as a UTC string.\n\n**Signature:** \n\n lastSignInTime?: string;"]]