photoupdatesettigns in Graph

Matt Bobier 0 Reputation points
2025-12-15T19:18:07.1933333+00:00

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

Microsoft Security | Microsoft Graph
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.