Hello Everyone.
I recently build a People Picker for my organization since I needed to have a searchable combobox, where on select it shows the picture + telephone number + email for the selected person.
The problem however, is that I have no clue on where to find documentation for populating the combobox with only employees, and not service accounts, meeting rooms etc.
I am using the following expression for my Items in the combobox: Office365Users.SearchUserV2({top:500}).value
Is there any way to customize the expression so for example only user accounts with the "Zip or Postal code" filled out in Contact info are displayed in the search?
Any help is greatly appreciated.