[[["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.ListUsersOptions Class Reference\n\nFirebaseAdmin.Auth.ListUsersOptions\n===================================\n\nOptions for the [AbstractFirebaseAuth.ListUsersAsync(ListUsersOptions)](/docs/reference/admin/dotnet/class/firebase-admin/auth/abstract-firebase-auth#class_firebase_admin_1_1_auth_1_1_abstract_firebase_auth_1a13c65216fc17ea092225befa7fff4015) API.\n\nSummary\n-------\n\n| ### Properties ||\n|-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| [PageSize](#class_firebase_admin_1_1_auth_1_1_list_users_options_1a6b89bf4dc94cf4c23bfe81bb5ce0a1c3) | `int` Gets or sets the number of results to fetch in a single API call. |\n| [PageToken](#class_firebase_admin_1_1_auth_1_1_list_users_options_1a95e0ecd80bd73daaaa670fd71a47907c) | `string` Gets or sets the page token. |\n\nProperties\n----------\n\n### PageSize\n\n```text\nint PageSize\n``` \nGets or sets the number of results to fetch in a single API call.\n\nThis does not affect the total number of results returned. Must not exceed 1000. \n\n### PageToken\n\n```text\nstring PageToken\n``` \nGets or sets the page token.\n\nIf set, this token is used to indicate a continued list operation."]]