YannickRe / spfx-msgraph-peoplesearch

Show and search users from your organization with an SPFx web part, through Microsoft Graph.
40 stars 33 forks source link

exclude inactive users #71

Closed Selamyi closed 1 year ago

Selamyi commented 1 year ago

The web part is displaying all the users and i would like to exclude inactive users. how can i do that

thanks!

YannickRe commented 1 year ago

You can do this by adding the following to the $filter box: accountEnabled eq true

Selamyi commented 1 year ago

Works for me! Thanks