Office 365 Graph API "businessPhones" organization property

Copper Contributor

There is a property called "businessPhones" in the Graph API that will pull the phone number for your organization: https://learn.microsoft.com/en-us/graph/api/resources/organization?view=graph-rest-1.0

 

Where is this field located in AAD if I wanted to update this phone number in the GUI?

I cannot find this field anywhere in AAD, but would like to know where the "businessPhones" property is being pulled from. Right now the API isn't pulling any info.



2 Replies
In the UI, you can configure it by opening the Organization Card (click the Org name on top of the M365 admin center) or this link directly: https://admin.microsoft.com/Adminportal/Home#/Settings/OrganizationProfile/:/Settings/L1/Organizatio...
So I followed your instructions, but when I run the Graph API, the "businessPhones" section is still blank:
"businessPhones": []