[[["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,["# UserProviderRequest interface\n\nUser provider data to include when importing a user.\n\n**Signature:** \n\n export interface UserProviderRequest \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------|--------|-----------------------------------------------------------------------------|\n| [displayName](./firebase-admin.auth.userproviderrequest.md#userproviderrequestdisplayname) | string | The display name for the linked provider. |\n| [email](./firebase-admin.auth.userproviderrequest.md#userproviderrequestemail) | string | The email for the linked provider. |\n| [phoneNumber](./firebase-admin.auth.userproviderrequest.md#userproviderrequestphonenumber) | string | The phone number for the linked provider. |\n| [photoURL](./firebase-admin.auth.userproviderrequest.md#userproviderrequestphotourl) | string | The photo URL for the linked provider. |\n| [providerId](./firebase-admin.auth.userproviderrequest.md#userproviderrequestproviderid) | string | The linked provider ID (for example, \"google.com\" for the Google provider). |\n| [uid](./firebase-admin.auth.userproviderrequest.md#userproviderrequestuid) | string | The user identifier for the linked provider. |\n\nUserProviderRequest.displayName\n-------------------------------\n\nThe display name for the linked provider.\n\n**Signature:** \n\n displayName?: string;\n\nUserProviderRequest.email\n-------------------------\n\nThe email for the linked provider.\n\n**Signature:** \n\n email?: string;\n\nUserProviderRequest.phoneNumber\n-------------------------------\n\nThe phone number for the linked provider.\n\n**Signature:** \n\n phoneNumber?: string;\n\nUserProviderRequest.photoURL\n----------------------------\n\nThe photo URL for the linked provider.\n\n**Signature:** \n\n photoURL?: string;\n\nUserProviderRequest.providerId\n------------------------------\n\nThe linked provider ID (for example, \"google.com\" for the Google provider).\n\n**Signature:** \n\n providerId: string;\n\nUserProviderRequest.uid\n-----------------------\n\nThe user identifier for the linked provider.\n\n**Signature:** \n\n uid: string;"]]