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

Unable to display business phone #83

Closed corriganc closed 4 months ago

corriganc commented 4 months ago

When selecting the persona fields, I am unable to get the business phone to display. I've tried 'phone', 'telephone', 'businessPhone', 'business' etc. but all return a blank. 'mobilePhone' works fine.

Can you confirm what the correct field name for business phone is please?

YannickRe commented 4 months ago

You can find all field names in the Graph documentation: https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0

In your case, it's "businessPhones".