Whenever I modify proxyAddress property of a Office 365 Group from Graph API, I receive the following error, {
"error": {
"code": "Authorization_RequestDenied",
"message": "The requ...
Pyeole
Oct 03, 2023Copper Contributor
According the https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties group proxyAddresses is read-only property. It cannot be updated using Graph API. Other properties like mailNickName can be updated successfully.
On many blogs, it mentioned that they are going to add this in Graph API.
Is there any chance or update on this issue.