Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.GetUsersResult
Represents the result of the AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}) API.
Summary
Properties
|
NotFound
|
Gets the set of identifiers that were requested, but not found.
|
Users
|
Gets user records corresponding to the set of users that were requested.
|
Properties
NotFound
IEnumerable< UserIdentifier > NotFound
Gets the set of identifiers that were requested, but not found.
Users
IEnumerable< UserRecord > Users
Gets user records corresponding to the set of users that were requested.
Only users that were found are listed here. The result set is unordered.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["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."]]