FirebaseAdmin. Auth. GetUsersResult
  Represents the result of the AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}) API.
Summary
        Properties | 
    |
|---|---|
        NotFound
       | 
      
        IEnumerable< UserIdentifier >
        Gets the set of identifiers that were requested, but not found.  
       | 
    
        Users
       | 
      
        IEnumerable< UserRecord >
        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.