[[["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.ExportedUserRecords Class Reference\n\nFirebaseAdmin.Auth.ExportedUserRecords\n======================================\n\nContains a collection of Firebase user accounts.\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [NextPageToken](#class_firebase_admin_1_1_auth_1_1_exported_user_records_1af91a754e206a6f2c53873fce15163f09) | `string` Gets the token representing the next page of users. |\n| [Users](#class_firebase_admin_1_1_auth_1_1_exported_user_records_1a97be73fb7964f91888d5c647b251344d) | `IEnumerable\u003c `[ExportedUserRecord](/docs/reference/admin/dotnet/class/firebase-admin/auth/exported-user-record#class_firebase_admin_1_1_auth_1_1_exported_user_record)` \u003e` Gets the users included in the current page. |\n\nProperties\n----------\n\n### NextPageToken\n\n```text\nstring NextPageToken\n``` \nGets the token representing the next page of users.\n\nNull if there are no more pages. \n\n### Users\n\n```text\nIEnumerable\u003c ExportedUserRecord \u003e Users\n``` \nGets the users included in the current page."]]