[[["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,["Represents the result of the [BaseAuth.getUsers()](./firebase-admin.auth.baseauth.md#baseauthgetusers) API.\n\n**Signature:** \n\n export interface GetUsersResult \n\nProperties\n\nGetUsersResult.notFound\n\nSet of identifiers that were requested, but not found.\n\n**Signature:** \n\n notFound: UserIdentifier[];\n\nGetUsersResult.users\n\nSet of user records, corresponding to the set of users that were requested. Only users that were found are listed here. The result set is unordered.\n\n**Signature:** \n\n users: UserRecord[];"]]