diff --git a/src/views/identity/administration/Users.jsx b/src/views/identity/administration/Users.jsx index dc3b5243815b..2d0a4aa9ac49 100644 --- a/src/views/identity/administration/Users.jsx +++ b/src/views/identity/administration/Users.jsx @@ -480,6 +480,7 @@ const Users = (row) => { 'id,accountEnabled,businessPhones,city,createdDateTime,companyName,country,department,displayName,faxNumber,givenName,isResourceAccount,jobTitle,mail,mailNickname,mobilePhone,onPremisesDistinguishedName,officeLocation,onPremisesLastSyncDateTime,otherMails,postalCode,preferredDataLocation,preferredLanguage,proxyAddresses,showInAddressList,state,streetAddress,surname,usageLocation,userPrincipalName,userType,assignedLicenses,onPremisesSyncEnabled', $count: true, $orderby: 'displayName', + $top: 999, }, tableProps: { keyField: 'id',