[[["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.GetUsersResult Class Reference\n\nFirebaseAdmin.Auth.GetUsersResult\n=================================\n\nRepresents the result of the AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}) API.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [NotFound](#class_firebase_admin_1_1_auth_1_1_get_users_result_1a23a901765796d0017f89d1ba2b29f2e9) | `IEnumerable\u003c `[UserIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-identifier#class_firebase_admin_1_1_auth_1_1_user_identifier)` \u003e` Gets the set of identifiers that were requested, but not found. |\n| [Users](#class_firebase_admin_1_1_auth_1_1_get_users_result_1af87d23f2570314ac24402c8976fa93b9) | `IEnumerable\u003c `[UserRecord](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-record#class_firebase_admin_1_1_auth_1_1_user_record)` \u003e` Gets user records corresponding to the set of users that were requested. |\n\nProperties\n----------\n\n### NotFound\n\n```text\nIEnumerable\u003c UserIdentifier \u003e NotFound\n``` \nGets the set of identifiers that were requested, but not found. \n\n### Users\n\n```text\nIEnumerable\u003c UserRecord \u003e Users\n``` \nGets user records corresponding to the set of users that were requested.\n\nOnly users that were found are listed here. The result set is unordered."]]