An API that connects multiple Microsoft services, enabling data access and automation across platforms
photoupdatesettigns in Graph
I am trying to change the photoupdatesettigns in Graph to allow both on-Premises and Cloud as a source for photos.
Currently it is set as this
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#admin/people/photoUpdateSettings/$entity", "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET admin/people/photoUpdateSettings?$select=allowedRoles,id",
"source": "onPremises",
"allowedRoles": []
}
we have both on-premises and cloud only identities we need to update photos for both. How do I patch back to undefined?
Moved from: Microsoft 365 Insider | Other