Skip to content

Commit

Permalink
Update Users.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed May 1, 2024
1 parent a3675bd commit 130d25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/identity/administration/Users.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 130d25b

Please sign in to comment.